Name Date Size #Lines LOC

..--

readme.txtH A D05-Jun-2025414 96

readme.txt

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