readme.txt 414 B

12345678
  1. Run the emulation with:
  2. qemu-system-s390x -M s390-ccw-virtio -cpu max,zpci=on -m 4G -smp 2 \
  3. -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw \
  4. -append "rootwait root=/dev/vda net.ifnames=0 biosdevname=0" -display none -serial mon:stdio \
  5. -net nic,model=virtio -net user # qemu_s390x_defconfig
  6. The login prompt will appear in the terminal that started Qemu.