mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Memory setup
This commit is contained in:
parent
8c11b45670
commit
f046a590c0
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ stateDiagram
|
|||
|
||||
## 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue