OSDev.org

The Place to Start for Operating System Developers
It is currently Mon May 20, 2024 10:06 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: qemu network config problem
PostPosted: Sat Oct 22, 2016 7:02 pm 
Offline
Member
Member

Joined: Thu Jun 09, 2016 4:39 am
Posts: 68
I have run the ne2k code successfully on bochs ,but when i test it on qemu,it does not work.

my config of qemu is below:

Code:
qemu-system-x86_64w.exe -L . -m 32 -localtime -fda fdimage0.bin -hda wood.img -net nic,vlan=0,macaddr=08:62:66:c7:9f:69,model=ne2k_pci


The err log of qemu is
Code:
WARNING: Image format was not specified for 'fdimage0.bin' and probing guessed raw.
         Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
         Specify the 'raw' format explicitly to remove the restrictions.
WARNING: Image format was not specified for 'wood.img' and probing guessed raw.
         Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
         Specify the 'raw' format explicitly to remove the restrictions.
Warning: vlan 0 is not connected to host network


Who can help me to find any error?thanks

ray


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: nullplan and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group