Page 1 of 1

Bochs

Posted: Fri May 24, 2002 10:19 am
by Peter Ahlgren
Anyone having some good info about setting up Bochs?

/Peter Ahlgren
[email protected]

Re:Bochs

Posted: Fri May 24, 2002 5:48 pm
by K.J.
I do have a tutorial for setting up and using Bochs under Windows:
http://osdev.redir.net
(in the Docs and Tutorials section)

A tutorial for using Bochs under Linux will be made as soon as I can get my Linux box to work.

Hope that helps,
K.J.

Re:Bochs

Posted: Fri May 24, 2002 7:30 pm
by DynatOS
The only thing I can provide is my experience with tripple-faults on Bochs, Bochs intercepts the tripple fault and gives you the ability to "kill" the process right there (which I suggest you do, otherwise if you continue your log file will be 1MB+ and counting), this is great for determining where the problem is in your code. So remember, tripple faults on Bochs (as far as I used them) do not invoke the computer to reset, Bochs intercepts them as it does with most errors.

Re:Bochs

Posted: Sat May 25, 2002 7:07 am
by Peter Ahlgren
Thanx K.J.
I really like your site!
Lots of good info there...

/Peter Ahlgren