# 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 qemu.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"
../bin/qemu -nics 1 -user-net -nographic -snapshot -hda qemu.img -kernel 2.4.27 -initrd 2.4.27-initrd -append "console=ttyS0 root=/dev/hda1 ide1=noprobe ide2=noprobe ide3=noprobe ide4=noprobe ide5=noprobe"
