2 lines
110 B
Bash
2 lines
110 B
Bash
|
#!/bin/bash
|
||
|
qemu-system-x86_64 -drive file=build/src/kernel/shade.iso,index=0,media=disk,format=raw -no-reboot
|