# simple example of QEMU Linux launch without BIOS

# if you want to avoid to many disk access, use the filesystem tmpfs
# and make vl use it for its temporary memory file:
# export QEMU_TMPDIR=/tmpfsdir
#
# if you don't want to modify the image, you can use the option
# '-snapshot'.

../bin/qemu -nographic -snapshot -hda linux.img -kernel bzImage-2.4.21 -append "console=ttyS0 root=/dev/hda sb=0x220,5,1,5 ide2=noprobe ide3=noprobe ide4=noprobe ide5=noprobe"
