diff options
Diffstat (limited to 'Grub-menu-hdd.cfg')
-rw-r--r-- | Grub-menu-hdd.cfg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Grub-menu-hdd.cfg b/Grub-menu-hdd.cfg new file mode 100644 index 0000000..d5b8612 --- /dev/null +++ b/Grub-menu-hdd.cfg @@ -0,0 +1,22 @@ +default 2 + +title The Melon Operating System +root (hd0,0) +kernel /System/Melon.ke +module /System/Init.rfs + +title Melon without VESA +root (hd0,0) +kernel /System/Melon.ke vesa:disabled +module /System/Init.rfs + +title Melon without init +root (hd0,0) +kernel /System/Melon.ke init: +module /System/Init.rfs + +title Game of life simulator +root (hd0,0) +kernel /System/Melon.ke init:/Applications/Demos/GOL.app +module /System/Init.rfs + |