summaryrefslogtreecommitdiff
path: root/Grub-menu-fdd.cfg
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-25 18:42:44 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-25 18:42:44 +0100
commita40fe1166ab1db972a8ca0380d603c4d90eede62 (patch)
treef92c2c02d9d78d68f7c116dff9ac508895f757af /Grub-menu-fdd.cfg
parentf367fe4e5a7712bafc121ce5c228f15e90fc5c93 (diff)
downloadMelon-a40fe1166ab1db972a8ca0380d603c4d90eede62.tar.gz
Melon-a40fe1166ab1db972a8ca0380d603c4d90eede62.zip
Re-organized file system stuff.
Diffstat (limited to 'Grub-menu-fdd.cfg')
-rw-r--r--Grub-menu-fdd.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/Grub-menu-fdd.cfg b/Grub-menu-fdd.cfg
new file mode 100644
index 0000000..578b58d
--- /dev/null
+++ b/Grub-menu-fdd.cfg
@@ -0,0 +1,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
+