3 lines
168 B
Bash
Executable File
3 lines
168 B
Bash
Executable File
#!/usr/bin/env bash
|
|
exec qemu-system-x86_64 -serial mon:stdio -nographic -cpu host -m 1024 -accel kvm -kernel /bzImage -initrd /initrd.gz -append "console=ttyS0 quiet"
|