[Solved] GDT doesn't work

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
leyley
Member
Member
Posts: 35
Joined: Thu Jun 28, 2012 1:54 am

Re: GDT doesn't work

Post by leyley »

turdus wrote:
leyley wrote:And another thing, can I use VirtualBox to debug my program? I want to know the contents of registers.
Yep, definitely RTFM. Here's the link (1st google result for keywords "virtualbox debugger"): http://www.virtualbox.org/manual/ch12.html#idp6899568
Thank you very much, bu debugging I can see my GDT information. It's a jump problem.
I decided to rewrite(redesign) the whole program(RTFM before :lol: ) cause ext2 reading needs too many codes:-(.

Code: Select all

#rm -rf /
Post Reply