diff options
Diffstat (limited to 'Grub-menu-hdd.cfg')
-rw-r--r-- | Grub-menu-hdd.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Grub-menu-hdd.cfg b/Grub-menu-hdd.cfg index d3468b0..3535da1 100644 --- a/Grub-menu-hdd.cfg +++ b/Grub-menu-hdd.cfg @@ -3,20 +3,16 @@ default 2 title The Melon Operating System root (hd0,0) kernel /System/Melon.ke root:block.ata:0:1 -module /System/Init.rfs title Melon without VESA root (hd0,0) kernel /System/Melon.ke vesa:disabled root:block.ata:0:1 -module /System/Init.rfs title Melon without init root (hd0,0) kernel /System/Melon.ke init: root:block.ata:0:1 -module /System/Init.rfs title Game of life simulator root (hd0,0) kernel /System/Melon.ke init:/Applications/Demos/GOL.app root:block.ata:0:1 -module /System/Init.rfs |