feat: added UART support with a basic kprint in kernel

wip: DTB
This commit is contained in:
karina
2026-04-20 16:20:31 +04:00
parent ef9aa56d11
commit 635052c8dc
8 changed files with 158 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
.section .text.boot, "ax"
.global _start
_start:
bl kmain
.hang:
b .hang