]>
Commit | Line | Data |
---|---|---|
14c7c974 A |
1 | Limits on various things |
2 | ||
3 | Sarld can only be 128k long (when loaded). | |
4 | Drivers relocatable files can't be bigger than 320K. | |
5 | Kernel symbols can't be bigger than 512k. | |
6 | Sarld can't use more than 1024k of malloc memory. | |
7 | Kernel symbols can't be more than 512k bytes long. | |
8 | Kernel + drivers can't be more than 5.5Mb. | |
9 | ||
10 | The memory map and sizes of various things are in libsa/memory.h. | |
11 |