]> git.saurik.com Git - apple/boot.git/blame - i386/doc/Limits
boot-111.1.tar.gz
[apple/boot.git] / i386 / doc / Limits
CommitLineData
14c7c974
A
1Limits on various things
2
3Sarld can only be 128k long (when loaded).
4Drivers relocatable files can't be bigger than 320K.
5Kernel symbols can't be bigger than 512k.
6Sarld can't use more than 1024k of malloc memory.
7Kernel symbols can't be more than 512k bytes long.
8Kernel + drivers can't be more than 5.5Mb.
9
10The memory map and sizes of various things are in libsa/memory.h.
11