summaryrefslogtreecommitdiff
path: root/start.sh
blob: f26c99b86be21e0db2e30582c5a6979fe6c72d55 (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=1"