blob: 578b58d7b82a3ac43ed96adb19ab2e37d4d65681 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
default 2
title The Melon Operating System
root (fd0)
kernel /System/Melon.ke
module /System/Init.rfs
title Melon without VESA
root (fd0)
kernel /System/Melon.ke vesa:disabled
module /System/Init.rfs
title Melon without init
root (fd0)
kernel /System/Melon.ke init:
module /System/Init.rfs
title Melon without init, root is floppy
root (fd0)
kernel /System/Melon.ke init: root:block.floppy:0:0 mount:/Mount:ramfs:0
module /System/Init.rfs
title Game of life simulator
root (fd0)
kernel /System/Melon.ke init:/Applications/Demos/GOL.app
module /System/Init.rfs
|