Bochs

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Peter Ahlgren

Bochs

Post by Peter Ahlgren »

Anyone having some good info about setting up Bochs?

/Peter Ahlgren
[email protected]
K.J.

Re:Bochs

Post 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.
DynatOS

Re:Bochs

Post 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.
Peter Ahlgren

Re:Bochs

Post by Peter Ahlgren »

Thanx K.J.
I really like your site!
Lots of good info there...

/Peter Ahlgren
Post Reply