summaryrefslogtreecommitdiff
path: root/Grub-menu-hdd.cfg
blob: 3535da107aedf56ecb4ba3153bc6611ad11399b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
default 2

title   The Melon Operating System
root    (hd0,0)
kernel  /System/Melon.ke root:block.ata:0:1

title	Melon without VESA
root    (hd0,0)
kernel	/System/Melon.ke vesa:disabled root:block.ata:0:1

title	Melon without init
root    (hd0,0)
kernel	/System/Melon.ke init: root:block.ata:0:1

title	Game of life simulator
root    (hd0,0)
kernel	/System/Melon.ke init:/Applications/Demos/GOL.app root:block.ata:0:1