From f046a590c011c9b107a472096616b9d54fa357cb Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Tue, 9 Dec 2025 14:50:23 +0000 Subject: [PATCH] Memory setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46d9cdc..76bdd58 100644 --- a/README.md +++ b/README.md @@ -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