improve guidance
This commit is contained in:
parent
f96b6389b5
commit
c71cf65f00
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -21,7 +21,7 @@ Start eduOS via qemu
|
|||
|
||||
Boot eduOS via grub
|
||||
===================
|
||||
1.) Copy eduos.elf into the /boot directory.
|
||||
1.) Copy eduos.elf as eduos.bin into the directory /boot. (cp eduos.elf /boot/eduos.bin)
|
||||
2.) Create a boot entry in the grub menu. This depends on the version of grub, which is used by
|
||||
the installed Linux system. For instance, we added following lines to /boot/grub/grub.cfg:
|
||||
|
||||
|
@ -30,6 +30,6 @@ Boot eduOS via grub
|
|||
# menu entries you want to add after this comment. Be careful not to change
|
||||
# the 'exec tail' line above.
|
||||
menuentry "Boot eduOS!" {
|
||||
multiboot /boot/eduos.elf
|
||||
multiboot /boot/eduos.bin
|
||||
boot
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue