Mark Kettenis | 58d5127 | 2021-10-23 16:58:03 +0200 | [diff] [blame] | 1 | if ARCH_APPLE |
2 | |||||
3 | config SYS_TEXT_BASE | ||||
4 | default 0x00000000 | ||||
5 | |||||
6 | config SYS_CONFIG_NAME | ||||
7 | default "apple" | ||||
8 | |||||
9 | config SYS_SOC | ||||
10 | default "m1" | ||||
11 | |||||
12 | config SYS_MALLOC_LEN | ||||
13 | default 0x4000000 | ||||
14 | |||||
15 | config SYS_MALLOC_F_LEN | ||||
16 | default 0x4000 | ||||
17 | |||||
18 | endif |