
KERNEL=linux-2.6/arch/x86/boot/bzImage
ROOTFS=debian.img
CDROM=debian-testing-i386-CD-1.iso


#sudo qemu -net tap -net nic -boot d -cdrom debian-testing-i386-CD-1.iso -hda debian.img #INSTALL

sudo qemu  -cdrom $CDROM -hda $ROOTFS -kernel $KERNEL -net tap -net nic -append "root=/dev/sda1 console=ttyS0" -nographic 


