From 4f440d93a58dba2e805b48549c18a19c863a029a Mon Sep 17 00:00:00 2001 From: Amelia Coutard Date: Fri, 27 May 2022 02:58:55 +0200 Subject: [PATCH] Removed the fact that the first address for userspace program text is 0x0000000000000000 (moved it to 0x0000000000001000), to avoid UB in userspace programs --- docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.txt b/docs.txt index 071e38d..6ffa7db 100644 --- a/docs.txt +++ b/docs.txt @@ -1,7 +1,7 @@ ISOS - Incompatible System from Outer Space Memory mapping: - 0x0000000000000000···xxxxxxxxxxxxxxxFFF = userspace text + 0x0000000000001000···xxxxxxxxxxxxxxxFFF = userspace text xxxxxxxxxxxxxxy000··· = userspace data & bss ···0x00007FFFFFFFFFFF = userspace stack -- 2.47.0