X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fbinary.c;h=4feb1d3ad172c7decd62f6f3996e4514a08b9151;hb=e939fc0ced4d445c24696636fe660dddbe035b1c;hp=ffa0730451388ebb59c10ae00948dcda4f0ab456;hpb=a79ebcb3a2e206251f44e99376ec2ed6c2bacc63;p=tpg%2Facess2.git diff --git a/Kernel/binary.c b/Kernel/binary.c index ffa07304..4feb1d3a 100644 --- a/Kernel/binary.c +++ b/Kernel/binary.c @@ -11,7 +11,7 @@ #define BIN_LOWEST MM_USER_MIN // 1MiB #define BIN_GRANUALITY 0x10000 // 64KiB //! \todo Move 0xBC000000 to mm_virt.h -#define BIN_HIGHEST (0xBC000000-BIN_GRANUALITY) // Just below the kernel +#define BIN_HIGHEST (USER_LIB_MAX-BIN_GRANUALITY) // Just below the kernel #define KLIB_LOWEST MM_MODULE_MIN #define KLIB_GRANUALITY 0x10000 // 32KiB #define KLIB_HIGHEST (MM_MODULE_MAX-KLIB_GRANUALITY)