C# Bare Bones grub install

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Bencz
Member
Member
Posts: 27
Joined: Tue Nov 09, 2010 12:03 pm

C# Bare Bones grub install

Post 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 ??
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: C# Bare Bones grub install

Post by dozniak »

Just create a file?
Learn to read.
Bencz
Member
Member
Posts: 27
Joined: Tue Nov 09, 2010 12:03 pm

Re: C# Bare Bones grub install

Post by Bencz »

dozniak wrote:Just create a file?
yes, the command multiboot... and the other commands...
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: C# Bare Bones grub install

Post 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.
Learn to read.
Post Reply