summaryrefslogtreecommitdiff
path: root/Grub-menu-fdd.cfg
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-29 17:06:47 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-29 17:06:47 +0100
commit32ffa508b6ee9c9b36e3a054d218ee90caea4c8b (patch)
tree4136164e7fb52005d57782c9ae70da89eca85807 /Grub-menu-fdd.cfg
parent2be9def10e048b3245bb14e9fb57324c11c527d6 (diff)
downloadMelon-32ffa508b6ee9c9b36e3a054d218ee90caea4c8b.tar.gz
Melon-32ffa508b6ee9c9b36e3a054d218ee90caea4c8b.zip
make qemu-hdd now works great
Diffstat (limited to 'Grub-menu-fdd.cfg')
-rw-r--r--Grub-menu-fdd.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/Grub-menu-fdd.cfg b/Grub-menu-fdd.cfg
index 1ee227b..37bcfb0 100644
--- a/Grub-menu-fdd.cfg
+++ b/Grub-menu-fdd.cfg
@@ -2,26 +2,26 @@ default 2
title The Melon Operating System
root (fd0)
-kernel /System/Melon.ke
+kernel /System/Melon.ke root:block.floppy:0:0
module /System/Init.rfs
title Melon without VESA
root (fd0)
-kernel /System/Melon.ke vesa:disabled
+kernel /System/Melon.ke vesa:disabled root:block.floppy:0:0
module /System/Init.rfs
title Melon without init
root (fd0)
-kernel /System/Melon.ke init:
+kernel /System/Melon.ke init: root:block.floppy:0:0
module /System/Init.rfs
-title Melon without init, root is floppy
+title Melon without init, boot on initramfs
root (fd0)
-kernel /System/Melon.ke init: root:block.floppy:0:0:fat mount:/Mount:ramfs:0
+kernel /System/Melon.ke init: root:ramfs:0
module /System/Init.rfs
title Game of life simulator
root (fd0)
-kernel /System/Melon.ke init:/Applications/Demos/GOL.app
+kernel /System/Melon.ke init:/Applications/Demos/GOL.app root:block.floppy:0:0
module /System/Init.rfs