C# Bare Bones grub install
Posted: Tue Sep 17, 2013 11:26 am
Hi
I try to make the C# bare bones ( http://wiki.osdev.org/C_Sharp_Bare_Bones ), but, I got a problem when I go to step to create the boot image
How I can make this with cygwin ??
I try to make the C# bare bones ( http://wiki.osdev.org/C_Sharp_Bare_Bones ), but, I got a problem when I go to step to create the boot image
Code: Select all
This is a short file to tell grub where to find our kernel
multiboot /kernel.bin
boot