Memory setup

This commit is contained in:
Toby Jaffey 2025-12-09 14:50:23 +00:00
parent 8c11b45670
commit f046a590c0

View file

@ -101,7 +101,7 @@ stateDiagram
## Boot ## Boot
At boot, the whole memory is zeroed. The user program is placed at the start, the CPU registers are stored at the end. The stack pointer is set to the start of the CPU registers and grows downwards. At boot, the whole memory is zeroed. The user program is placed at the start. The stack pointer is set to the start of the CPU registers and grows downwards. No heap region is setup and all code is in RAM.
## syscall ABI ## syscall ABI