You dont understand !!!

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
Thunder

You dont understand !!!

Post by Thunder »

I have my boot loader.It works but this code was my mini kernel code.The bootloader loads it succesfuly but minikernel doesnt work properly...
What I must to write in tmy code, maybe the mini kernel now works in protected mode, I heard something but what is it at all?

Please write me ...
NoOne

Re:You dont understand !!!

Post by NoOne »

I think the problem might be you're loading the kernel and execution of it is starting at 0x7c00 where a message string is, not an instruction! So in fact, the bootloader might be in fault.
Dave_Hunt

Re:You dont understand !!!

Post by Dave_Hunt »

The kernel can't load at 7C00h, because that's where the bios loads the bootsector. If the bootloader is loading the kernel at 7C00h, then it is overwriting itself.
Post Reply