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.
And IIRC some bioses don't like loading directly above 1MB anyway
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
If i change the jc to jnc it just goes into an infinite loop.
Also is there a convention on were to load the kernel?
If not anywere you would recommend loading it so it doesn't mess with anything else?
Thanks in advance,
Jules
If ther was a carry then the reading operation failed,
this means you should jump if there's no carry using "jnc"...
any way here's a simple .com program that loads the first sector
of the root directory and prints it,I'm talking about fat12 floppy driver.
The man who follows the crowd will usually get no further than the crowd.
The man who walks alone is likely to find himself in places
no one has ever been before.