keyboard_ninja

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
keyboard_ninja

keyboard_ninja

Post by keyboard_ninja »

for anyone having problems booting there kernel.
if you want to load a file "kernel.bin"(any byte size) on a fat disk, get
"alexei frounzes" boot sector loader. Then in your kernel have this code:
push cs
pop  ds
Post Reply