From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoann Padioleau To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Tue, 21 Jan 2014 01:20:15 +0000 Message-ID: Content-Type: text/plain; charset="us-ascii" Content-ID: <32658BE4D67BE449B9D2366002E7C329@fb.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [9fans] about KTZERO mismatch in mkfile and mem.h Topicbox-Message-UUID: b4154cf4-ead8-11e9-9d60-3106f5b1d025 Hi, in 9/pc/mem.h it says: /* * Address spaces */ #define KZERO 0xF0000000 /* base of kernel address space */ #define KTZERO (KZERO+0x100000) /* first address in kernel text - 9load si= ts below */ and in 9/pc/mkfile: # must match mem.h APBOOTSTRAP=3D0xF0003000 KTZERO=3D0xF0100020 so why the difference? what is this additional 20 for KTZERO?