TCCBOOT/qemu-tccboot
2024-06-10 11:23:19 +03:00

7 lines
164 B
Bash
Executable File

#!/bin/sh
~/qemu-current/i386-softmmu/qemu -snapshot -user-net -serial stdio \
-kernel tccboot \
-initrd initrd.img \
-append "root=/dev/hda" \
-hda example.romfs