multiple changes: BL1/BL2/kernel separation (build system, etc.) BL2 implementation. BL documentation

This commit is contained in:
vmttmv
2025-11-13 23:35:54 +02:00
parent f1b0670a15
commit 62fe09d80d
8 changed files with 348 additions and 284 deletions

6
gdb.txt Normal file
View File

@@ -0,0 +1,6 @@
target remote :1234
add-symbol-file build/stage1.elf
add-symbol-file build/stage2.elf
add-symbol-file build/kernel.elf
hbreak *0x7c00
c