michael c78f42a9a8 | ||
---|---|---|
.gitignore | ||
Makefile | ||
README.md | ||
boot.s | ||
kernel.nim | ||
linker.ld | ||
nim.cfg | ||
panicoverride.nim | ||
strutil.nim |
README.md
Hello World Kernel - QEMU-virt aarch64
baby's first kernel; prints "hello world" to a UART
NOTE: NO STDLIB USED, THIS IS COMPLETELY STANDALONE