Added info for testing cd in Qemu.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24235 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-03-04 16:10:22 +00:00
parent d01879e5a6
commit 9bdb6cc779

8
ReadMe
View File

@ -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
-------------------