summaryrefslogtreecommitdiff
path: root/Grub-menu-hdd.cfg
blob: d3468b0aba52778e412e1e62be191332c22095e7 (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 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