qemu success

Joel Sherrill joel.sherrill at oarcorp.com
Thu Jan 19 19:56:16 UTC 2006


Hi,

I have made progress.

=====================grubmenu
timeout=0
default=0
serial --unit=0 --speed=9600
terminal serial
title=  Automatically Run Test
kernel= (hd0,0)/test.exe
=====================

qemu -fda pc386_fda \
     -hda fat:/home/joel/qemu/hd \
     -serial stdio -boot a         

pc386_fda is a 1.44MB floppy image with nothing
but the above grubmenu. 

/home/joel/qemu/hd is a directory that (for me)
only contains the file test.exe.  I copy whatever
I want to run to /home/joel/qemu/hd/test.exe and
it will be run. :)

--joel



More information about the users mailing list