initial kernel

This commit is contained in:
2023-03-17 22:13:42 +01:00
commit 591b6d61c5
15 changed files with 346 additions and 0 deletions

5
run-qemu.sh Executable file
View 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