Search found 3 matches
- Mon Jan 24, 2011 12:12 pm
- Forum: Beginners
- Topic: Load a C-kernel entry?
- Replies: 1
- Views: 40735
Load a C-kernel entry?
Is it possible to make the bootloader load a C-kernel entry? like this: gcc -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -fno-builtin -c -o entry.o entry.c gcc -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -fno-builtin -c -o main.o main....
- Thu Jan 06, 2011 8:01 pm
- Forum: Beginning OS Development
- Topic: GPF problem
- Replies: 0
- Views: 40110
GPF problem
Hello! I am a guy that wants to se the result before the big work! sooo.. i compiled demo 23 and it works perfectly with bochs. But when i booting with real hardware i got General Protection Fault ! what can be the causes and i how do i fix it ? I have searched through this forum, google, wikipedia ...
- Thu Dec 30, 2010 9:37 pm
- Forum: Beginning OS Development
- Topic: can't virutallize system
- Replies: 3
- Views: 19078
Re: can't virutallize system
I had a simular problem and i removed the ", address=0xf0000" and it worked.
Maybe its because bochs automatically finds the needed address.
Maybe its because bochs automatically finds the needed address.