]> git.saurik.com Git - apple/boot.git/blobdiff - i386/libsa/memory.h
boot-132.tar.gz
[apple/boot.git] / i386 / libsa / memory.h
index a5dbece271be72891acc6430dc1bac64921b83c7..bb473dc4db885f9d0030cd04ed69ed820f929a4b 100644 (file)
 #define KERNEL_ADDR       0x00100000   // 64M kernel + drivers
 #define KERNEL_LEN        0x04000000
 
-#define ZALLOC_ADDR       0x04100000   // 47M zalloc area
-#define ZALLOC_LEN        0x02F00000
+#define ZALLOC_ADDR       0x04100000   // 39M zalloc area
+#define ZALLOC_LEN        0x02700000
 
-#define LOAD_ADDR         0x07000000   // 16M File load buffer
-#define LOAD_LEN          0x01000000
+#define LOAD_ADDR         0x06800000   // 24M File load buffer
+#define LOAD_LEN          0x01800000
 
 #define TFTP_ADDR         LOAD_ADDR   // tftp download buffer
 #define TFTP_LEN          LOAD_LEN