Add initial barebones kernel and cross compiler container image

This commit is contained in:
2024-07-29 23:59:10 +02:00
commit 30e0d6d9f8
19 changed files with 899 additions and 0 deletions

4
grub.cfg Normal file
View File

@@ -0,0 +1,4 @@
menuentry "myos" {
multiboot /boot/myos.bin
boot
}