OSDev.org

The Place to Start for Operating System Developers
It is currently Mon Apr 15, 2024 10:08 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: BOCHS Hangs when specifying a network card [resolved]
PostPosted: Wed Jun 20, 2018 4:46 pm 
Offline
Member
Member

Joined: Sun Feb 04, 2018 8:04 pm
Posts: 35
Does anyone else have this problem?

When I specify a network card in BOCHS (windows edition) it hangs my entire PC.

I added this line (and a few variations) to my config file:
ne2k: ioaddr=0x300, irq=11, mac=00:c4:3B:00:C3:00, ethmod=win32, ethdev=NE2000

I have to do a cold boot of my PC to recover!

I am running Windows 10. Bochs 2.6.9

_________________
Code or code not. There is no try.


Last edited by 0b1 on Sun Jun 24, 2018 5:12 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: BOCHS Hangs when specifying a network card [resolved]
PostPosted: Sun Jun 24, 2018 5:11 pm 
Offline
Member
Member

Joined: Sun Feb 04, 2018 8:04 pm
Posts: 35
Thanks to Quirck for showing me the way in another post.

I needed to also specify the PCI config in my .bxrc configuration file.

I had (the equivalent of):
Code:
e1000: enabled=1, mac=b0:c4:20:00:00:01, ethmod=slirp, script=slirp.conf

I also needed:
Code:
pci: enabled=1, chipset=i440fx, slot1=pcivga, slot2=e1000


Without having a device defined on the PCI bus, BOCHS was very unhappy.

_________________
Code or code not. There is no try.


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

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 368 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