I've followed the steps of http://wiki.osdev.org/Bare_bones and I'm successfully booting my kernel (yay ).
However, it will get tiresome to write the commands for locating the kernel and booting at the grub prompt in bochs every time I want to start my kernel. That is, I don't want to type
Code: Select all
grub> kernel 200+10
grub> boot
Does anyone know how to do this? If anyone has a solution that doesn't rely on using sudo, it would be even nicer (since I can't use sudo at the computers in my school)!