QRUN 878 B

12345678910111213141516171819202122232425
  1. sudo qemu-system-x86_64 -s -cpu Haswell -smp 8 -m 2048 \
  2. -serial stdio \
  3. --machine pc \
  4. -net nic,model=rtl8139 \
  5. -net user,hostfwd=tcp::5555-:1522 \
  6. -kernel harvey.32bit $*
  7. # -nographic \
  8. #-S -gdb tcp::1234 \
  9. # -nographic \
  10. #-kernel mnt/hdd/kernel $*
  11. # if you need the dump.
  12. #-net dump,file=/tmp/vm0.pcap \
  13. #sudo qemu-system-x86_64 -s -cpu phenom -smp 8 -m 4096 -nographic \
  14. #-net nic,model=rtl8139 mnt/hdd268mb.img \
  15. #-net user,hostfwd=tcp::5555-:23 \
  16. #-net dump,file=/tmp/vm0.pcap \
  17. #-kernel mnt/hdd/kernel $*
  18. #
  19. #sudo qemu-system-x86_64 -s -cpu phenom -smp 8 -m 6024 -nographic -net nic,model=rtl8139 mnt/hdd268mb.img -netdev user,id=mynet0 -kernel mnt/hdd/kernel $*
  20. #sudo qemu-system-x86_64 -s -cpu phenom -smp 8 -m 6024 -nographic -net nic,model=rtl8139 mnt/hdd268mb.img -netdev user,id=mynet0,net=192.168.76.0/24,dhcpstart=192.168.76.9 -kernel mnt/hdd/kernel $*
  21. #