Higher half kernels and a few paging questions

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.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Higher half kernels and a few paging questions

Post by Pype.Clicker »

afaik (that is, in a perfect, bugless world)

- vbreak seg:off will interrupt execution of the VM before executing instruction when CS=seg and EIP=off.
- pbreak <value> will interrupt execution when the resolved physical address of CS:EIP is <value>

if you jump over the breaking instruction, you're not executing it, so the breakpoint won't be activated.

See the "Bochs" page on the FAQ: it should point you to the "user manual for bochs internal debugger" page (or google for that if you feel lucky).
Post Reply