Page 1 of 1

C# Bare Bones grub install

Posted: Tue Sep 17, 2013 11:26 am
by Bencz
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 :(

Code: Select all

This is a short file to tell grub where to find our kernel
multiboot /kernel.bin
boot
How I can make this with cygwin ??

Re: C# Bare Bones grub install

Posted: Tue Sep 17, 2013 11:46 am
by dozniak
Just create a file?

Re: C# Bare Bones grub install

Posted: Tue Sep 17, 2013 12:15 pm
by Bencz
dozniak wrote:Just create a file?
yes, the command multiboot... and the other commands...

Re: C# Bare Bones grub install

Posted: Wed Sep 18, 2013 12:17 am
by dozniak
Bencz wrote:
dozniak wrote:Just create a file?
yes, the command multiboot... and the other commands...
It's commands for grub, you just put them into a text file.
If you read the bold text above what you just quoted, it says the name of the file you have to create.