Anyone having some good info about setting up Bochs?
/Peter Ahlgren
[email protected]
Bochs
Re:Bochs
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.
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
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.