
Anyway, I followed the Bare Bones tutorial, and understand it. Sort of. It works (tested on Qemu and loading the .img file to a usb and booting from that). However, in the tutorial, they use GRUB as a bootloader and I have to manually enter the commands "kernel 200+18" and "boot" when GRUB boots. Now this was great for testing and playing around, but its not very practical.
So basically I'm looking for a way to skip (or automate?) those commands so it goes straight to booting my very simple Hello World kernel. I'd like to stick with GRUB as a bootloader, just because writing one has proved to be more challenging than I'd like to admit.
So whats the best approach on doing this? I searched around and found articles on grub.cfg and menu.lst? But in the Bare Bones tutorial, the only GRUB files used are stage1 and stage2.
Thanks,
Sysem