From 32ffa508b6ee9c9b36e3a054d218ee90caea4c8b Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 29 Nov 2009 17:06:47 +0100 Subject: make qemu-hdd now works great --- Grub-menu-hdd.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Grub-menu-hdd.cfg') diff --git a/Grub-menu-hdd.cfg b/Grub-menu-hdd.cfg index d5b8612..d3468b0 100644 --- a/Grub-menu-hdd.cfg +++ b/Grub-menu-hdd.cfg @@ -2,21 +2,21 @@ default 2 title The Melon Operating System root (hd0,0) -kernel /System/Melon.ke +kernel /System/Melon.ke root:block.ata:0:1 module /System/Init.rfs title Melon without VESA root (hd0,0) -kernel /System/Melon.ke vesa:disabled +kernel /System/Melon.ke vesa:disabled root:block.ata:0:1 module /System/Init.rfs title Melon without init root (hd0,0) -kernel /System/Melon.ke init: +kernel /System/Melon.ke init: root:block.ata:0:1 module /System/Init.rfs title Game of life simulator root (hd0,0) -kernel /System/Melon.ke init:/Applications/Demos/GOL.app +kernel /System/Melon.ke init:/Applications/Demos/GOL.app root:block.ata:0:1 module /System/Init.rfs -- cgit v1.2.3