initial kernel
This commit is contained in:
5
run-qemu.sh
Executable file
5
run-qemu.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
ISO=${1}
|
||||
|
||||
qemu-system-x86_64 -bios /usr/share/ovmf/x64/OVMF.fd -cdrom "${ISO}" #-S -s -d guest_errors
|
||||
Reference in New Issue
Block a user