My Boot Loader
Posted: Sat Mar 29, 2008 10:19 pm
Yeah, yeah, I know..."another boot loader?"
I don't like using GRUB in Windows and prefer to just concatenate a boot loader and kernel together then use a custom program to place them at the beginning of a floppy image. Plus, I wanted the full experience for my assembly kernel.
Originally I only intended to use this privately, but, I figured I might as well post it on here so that others can benefit from it.
It's written in fasm and includes a basic fasm example kernel. You can go to the site for more information or just download it directly.
Have fun, let me know if you spot any issues, areas that could be improved, etc etc. Constructive criticism only, please.
I don't like using GRUB in Windows and prefer to just concatenate a boot loader and kernel together then use a custom program to place them at the beginning of a floppy image. Plus, I wanted the full experience for my assembly kernel.
Originally I only intended to use this privately, but, I figured I might as well post it on here so that others can benefit from it.
It's written in fasm and includes a basic fasm example kernel. You can go to the site for more information or just download it directly.
Have fun, let me know if you spot any issues, areas that could be improved, etc etc. Constructive criticism only, please.