pr0f3550r
Group: Members
Posts: 378
Joined: Dec. 2005 |
|
Posted: Jan. 20 2006,16:15 |
|
I started using dsl-2.0-embedded on WIndows, but then I had so much fun in using qemu and boot live cd's images without, or before, burning a full cdrom, so I downloaded the 2.1.beta image onto a /iso/ directory on my pendrive and customised the original batch file, keeping most of the setting and changing just the boot order, so I ended up with this:
Code Sample | qemu\qemu.exe -L qemu/ -enable-audio -localtime -cdrom ../ISO/dsl-2.1b.iso -hdb qemu/harddisk -m 200 -append "qemu keyboard=uk xkeyboard=uk sb=0x220,5,1,1 frugal quiet" |
The image boots and works fine, the only thing is that the boot parameters are not recognised and I have to enter them manually again. Is it the way it should be? Is the -append parameter valid only with the -kernel parameter?
I understand this is a qemu issue, not a DSL one, I just wonder if anybody has had the same issue. I also understand that in the past DSL embedded used the -cdrom option. Can amybody provide me an old .bat?
-------------- THE QEMU FORUM: http://qemu.dad-answers.com/index.php
QEMU ON WINDOWS: http://www.h7.dion.ne.jp/~qemu-win/
How to use floppy, CD-ROM and hard disk - http://www.h7.dion.ne.jp/~qemu-win/HowToFloppyCdrom-en.html
How to use network - http://www.h7.dion.ne.jp/~qemu-win/HowToNetwork-en.html
|