Problem with the tutorial loader and kernel example (maybe o

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
hurrikam
Posts: 6
Joined: Fri Aug 12, 2005 11:00 pm

Problem with the tutorial loader and kernel example (maybe o

Post by hurrikam »

I followed the HowTo about writing a simple mixed c/asm kernel, and I compiled every source succesfully as described in the HowTo (deleting config.sys and autoexec.bat from the win boot disk), but when I reboot the pc making it load from floppy disk and run loader.com, machine reboot.

I've an AMD Athlon 64 3500+. It should be 32 bit architecture compatible, so I don't realize the cause of this problem.

Any idea about?


Hurrikam
ComputerPsi
Member
Member
Posts: 83
Joined: Fri Oct 22, 2004 11:00 pm

Re: Problem with the tutorial loader and kernel example (may

Post by ComputerPsi »

this completely has to do with your code. There are many parts of it that can make it reboot. I suggest you go line by line to figure out what's wrong.
Post Reply