summaryrefslogtreecommitdiff
path: root/Grub-menu.cfg
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-29 12:30:07 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-29 12:30:07 +0100
commit74dea7d492d6d352bfacb147b1c08ad0cf0a8b29 (patch)
treef613c8395b75a68e51d69c24eb3acdb0816ad509 /Grub-menu.cfg
parentd3e4ef59cbb45f02e07fe17fb7c58cba3c737900 (diff)
parenta913d4c2cb4daf10c0eac4d548fccb26b2a9f099 (diff)
downloadMelon-74dea7d492d6d352bfacb147b1c08ad0cf0a8b29.tar.gz
Melon-74dea7d492d6d352bfacb147b1c08ad0cf0a8b29.zip
Merge branch 'mountpoints' of github.com:Alexis211/Melon into mountpoints
Diffstat (limited to 'Grub-menu.cfg')
-rw-r--r--Grub-menu.cfg21
1 files changed, 0 insertions, 21 deletions
diff --git a/Grub-menu.cfg b/Grub-menu.cfg
deleted file mode 100644
index 870179a..0000000
--- a/Grub-menu.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-default 2
-
-title The Melon Operating System
-root (fd0)
-kernel /Melon.ke
-module /Init.rfs
-
-title Melon without VESA
-root (fd0)
-kernel /Melon.ke vesa:disabled
-module /Init.rfs
-
-title Melon without init
-root (fd0)
-kernel /Melon.ke init:
-module /Init.rfs
-
-title Game of life simulator
-root (fd0)
-kernel /Melon.ke init:/Applications/Demos/GOL.app
-module /Init.rfs