What to do after boot loader tutorials
Posted: Sun Nov 10, 2013 1:54 pm
Hello. I have browsed the internet, and have found many tutorials about how to make a boot loader.
I successfully followed a few tutorials, and managed to get a basic boot loader that would respond to a couple basic commands like help. I used dd to write the boot loader to the first 512 bytes of a USB flash drive. It successfully booted.
My question is how do I program a boot loader that can load a kernel. If I have the boot loader on the first 512 bytes, and the rest of the assembly directly after it on a USB flash drive, how do I load the rest of it, then jump to it? Are there any tutorials that would show how to do this?
Thanks!
I successfully followed a few tutorials, and managed to get a basic boot loader that would respond to a couple basic commands like help. I used dd to write the boot loader to the first 512 bytes of a USB flash drive. It successfully booted.
My question is how do I program a boot loader that can load a kernel. If I have the boot loader on the first 512 bytes, and the rest of the assembly directly after it on a USB flash drive, how do I load the rest of it, then jump to it? Are there any tutorials that would show how to do this?
Thanks!