initial commit

This commit is contained in:
2026-03-03 10:26:19 +00:00
commit ebb9489410
15 changed files with 633 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
LoadConfig(
// defined as the bootloader in dsa.mmap.ron
start_address: 0x1000,
// maximum allowed bootloader size (as to not overlap MMIO)
max_size: 0x4000,
)