* fix an issue that execve attempts to parse directory as elf file.
[lunaix-os.git] / lunaix-os / config.h
1 #ifndef __LUNAIX_CONFIG_H
2 #define __LUNAIX_CONFIG_H
3
4 // #define CONFIG_PMALLOC_BUDDY
5 // #define CONFIG_PMALLOC_NCONTIG
6 #define CONFIG_PMALLOC_SIMPLE
7
8 #define CONFIG_PMALLOC_SIMPLE_PO0_THRES     4096
9 #define CONFIG_PMALLOC_SIMPLE_PO1_THRES     2048
10 #define CONFIG_PMALLOC_SIMPLE_PO2_THRES     2048
11 #define CONFIG_PMALLOC_SIMPLE_PO3_THRES     2048
12 #define CONFIG_PMALLOC_SIMPLE_PO4_THRES     512
13 #define CONFIG_PMALLOC_SIMPLE_PO5_THRES     512
14 #define CONFIG_PMALLOC_SIMPLE_PO6_THRES     128
15 #define CONFIG_PMALLOC_SIMPLE_PO7_THRES     128
16 #define CONFIG_PMALLOC_SIMPLE_PO8_THRES     64
17 #define CONFIG_PMALLOC_SIMPLE_PO9_THRES     16
18
19 #endif /* __LUNAIX_CONFIG_H */