(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, misaligned access supported, addresses not internally split to page and offset immediately, all load/store instructions implemented. Might still have bugs

This commit is contained in:
2025-12-26 14:20:27 +01:00
parent 6d9efb7eb8
commit 528b519ce9
9 changed files with 478 additions and 456 deletions

2
echo.S
View File

@@ -7,7 +7,7 @@
.equ UART_TX_READY, 0b01
_start:
li a0, 0x1000
li a0, 0x10000
loop:
lbu t0, UART_STATUS(a0)