summaryrefslogtreecommitdiff
path: root/Grub-menu-hdd.cfg
blob: d5b8612cc8d909a4982c6a48e03de350aa8ec1f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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