Hello World Kernel in Nim
 
 
 
Go to file Use this template
michael c78f42a9a8 readme 2023-06-27 10:03:34 -07:00
.gitignore add files from learning repo 2023-06-27 10:02:23 -07:00
Makefile add files from learning repo 2023-06-27 10:02:23 -07:00
README.md readme 2023-06-27 10:03:34 -07:00
boot.s add files from learning repo 2023-06-27 10:02:23 -07:00
kernel.nim add files from learning repo 2023-06-27 10:02:23 -07:00
linker.ld add files from learning repo 2023-06-27 10:02:23 -07:00
nim.cfg add files from learning repo 2023-06-27 10:02:23 -07:00
panicoverride.nim add files from learning repo 2023-06-27 10:02:23 -07:00
strutil.nim add files from learning repo 2023-06-27 10:02:23 -07:00

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