]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/i386_lowmem.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / osfmk / i386 / i386_lowmem.h
index ffbb00b578724ce410008cd0e522770b74c9d47c..810e1b533d8853adb841941984864d47b62914f2 100644 (file)
 
 #ifdef __APPLE_API_PRIVATE
 
-#define I386_LOWMEM_RESERVED       0x18
+/*
+ * The kernel better be statically linked at VM_MIN_KERNEL_ADDRESS + 0x100000
+ */
+#define I386_KERNEL_IMAGE_BASE_PAGE    0x100
 
-#define I386_HIB_PAGETABLE         0x13
-#define I386_HIB_PAGETABLE_COUNT    5
+/* For K64, only 3 pages are reserved
+ * - physical page zero, a gap page, and then real-mode-bootstrap/lowGlo.
+ * Note that the kernel virtual address 0xffffff8000002000 is re-mapped
+ * to the low globals and that physical page, 0x2000, is used by the bootstrap.
+ */
+#define I386_LOWMEM_RESERVED           3
 
 #endif /* __APPLE_API_PRIVATE */