From 9bdb6cc779f4483221988b664e78eabe18613426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 4 Mar 2008 16:10:22 +0000 Subject: [PATCH] Added info for testing cd in Qemu. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24235 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- ReadMe | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ReadMe b/ReadMe index de367b6ee9..e2269235dd 100644 --- a/ReadMe +++ b/ReadMe @@ -99,6 +99,14 @@ be a device path on Linux. Windows users will find '3rdparty/nero/haiku-cd.cue' useful. +Since the CD has two tracks it is not easy to test it from an emulator. +Instead it is simpler to use the 'haiku.image' as CD image and the floppy +image 'haiku-boot-floppy.image' to boot from it. + +For Qemu: + +qemu -cdrom generated/haiku.image -fda generated/haiku-boot-floppy.image -boot a + Building Components -------------------