From: Amelia Coutard Date: Fri, 27 May 2022 00:58:55 +0000 (+0200) Subject: Removed the fact that the first address for userspace program text is 0x0000000000000... X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=4f440d93a58dba2e805b48549c18a19c863a029a;p=voyage-au-centre-des-fichiers.git Removed the fact that the first address for userspace program text is 0x0000000000000000 (moved it to 0x0000000000001000), to avoid UB in userspace programs --- 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