summaryrefslogtreecommitdiff
path: root/start.sh
blob: 72d11271da275dfd6f271c95fcb31effa7a0474a (plain)
1
2
3
4
#!/bin/bash

screen qemu-system-x86_64 -nographic -no-reboot -kernel bzImage -initrd initramfs.cpio.gz -m 256M -append "console=ttyS0 panic=20 quiet"