summaryrefslogblamecommitdiff
path: root/Grub-menu-hdd.cfg
blob: d5b8612cc8d909a4982c6a48e03de350aa8ec1f7 (plain) (tree)





















                                                         
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