[439] | 1 | /* |
---|
| 2 | * kernel_config.h - global kernel configuration arguments |
---|
| 3 | * |
---|
[590] | 4 | * Authors Mohamed Lamine Karaoui (2015) |
---|
[439] | 5 | * Alain Greiner (2016,2017,2018) |
---|
| 6 | * |
---|
| 7 | * Copyright (c) UPMC Sorbonne Universites |
---|
| 8 | * |
---|
| 9 | * This file is part of ALMOS-MKH. |
---|
| 10 | * |
---|
| 11 | * ALMOS-MKH is free software; you can redistribute it and/or modify it |
---|
| 12 | * under the terms of the GNU General Public License as published by |
---|
| 13 | * the Free Software Foundation; version 2.0 of the License. |
---|
| 14 | * |
---|
| 15 | * ALMOS-MKH is distributed in the hope that it will be useful, but |
---|
| 16 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 18 | * General Public License for more details. |
---|
| 19 | * |
---|
| 20 | * You should have received a copy of the GNU General Public License |
---|
| 21 | * along with ALMOS-MKH; if not, write to the Free Software Foundation, |
---|
| 22 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
---|
| 23 | */ |
---|
| 24 | |
---|
[569] | 25 | #ifndef _KERNEL_CONFIG_H_ |
---|
| 26 | #define _KERNEL_CONFIG_H_ |
---|
[439] | 27 | |
---|
[581] | 28 | #define CONFIG_ALMOS_VERSION "Version 1.1 / October 2018" |
---|
[439] | 29 | |
---|
| 30 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 31 | // KERNEL DEBUG |
---|
| 32 | // Each debug variable control one kernel function, or one small group of functions. |
---|
| 33 | // - trace is generated only when cycle > debug_value. |
---|
| 34 | // - detailed trace is enabled when (debug_value & Ox1) is non zero. |
---|
| 35 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 36 | |
---|
[581] | 37 | #define DEBUG_BARRIER 0 |
---|
| 38 | |
---|
[579] | 39 | #define DEBUG_BUSYLOCK 1 |
---|
[590] | 40 | #define DEBUG_BUSYLOCK_THREAD_XP 0x0000000000ULL // selected thread extended pointer |
---|
[569] | 41 | |
---|
[440] | 42 | #define DEBUG_CHDEV_CMD_RX 0 |
---|
| 43 | #define DEBUG_CHDEV_CMD_TX 0 |
---|
| 44 | #define DEBUG_CHDEV_SERVER_RX 0 |
---|
| 45 | #define DEBUG_CHDEV_SERVER_TX 0 |
---|
[439] | 46 | |
---|
[440] | 47 | #define DEBUG_CLUSTER_INIT 0 |
---|
| 48 | #define DEBUG_CLUSTER_PID_ALLOC 0 |
---|
| 49 | #define DEBUG_CLUSTER_PID_RELEASE 0 |
---|
| 50 | #define DEBUG_CLUSTER_PROCESS_COPIES 0 |
---|
[439] | 51 | |
---|
[440] | 52 | #define DEBUG_DEV_TXT_RX 0 |
---|
| 53 | #define DEBUG_DEV_TXT_TX 0 |
---|
| 54 | #define DEBUG_DEV_IOC_RX 0 |
---|
| 55 | #define DEBUG_DEV_IOC_TX 0 |
---|
| 56 | #define DEBUG_DEV_NIC_RX 0 |
---|
| 57 | #define DEBUG_DEV_NIC_RX 0 |
---|
| 58 | #define DEBUG_DEV_FBF_RX 0 |
---|
| 59 | #define DEBUG_DEV_FBF_TX 0 |
---|
| 60 | #define DEBUG_DEV_DMA 0 |
---|
| 61 | #define DEBUG_DEV_MMC 0 |
---|
| 62 | #define DEBUG_DEV_PIC 0 |
---|
[439] | 63 | |
---|
[440] | 64 | #define DEBUG_DEVFS_INIT 0 |
---|
| 65 | #define DEBUG_DEVFS_MOVE 0 |
---|
[439] | 66 | |
---|
[590] | 67 | #define DEBUG_DQDT_INIT 0 |
---|
| 68 | #define DEBUG_DQDT_UPDATE_THREADS 0 |
---|
| 69 | #define DEBUG_DQDT_SELECT_FOR_PROCESS 0 |
---|
| 70 | #define DEBUG_DQDT_UPDATE_PAGES 0 |
---|
| 71 | #define DEBUG_DQDT_SELECT_FOR_MEMORY 0 |
---|
[582] | 72 | |
---|
[440] | 73 | #define DEBUG_FATFS_INIT 0 |
---|
| 74 | #define DEBUG_FATFS_MOVE 0 |
---|
| 75 | #define DEBUG_FATFS_LOAD 0 |
---|
[510] | 76 | #define DEBUG_FATFS_GET_CLUSTER 0 |
---|
[439] | 77 | |
---|
[590] | 78 | #define DEBUG_HAL_GPT_SET_PTE 0 |
---|
| 79 | #define DEBUG_HAL_GPT_COPY 0 |
---|
[443] | 80 | #define DEBUG_HAL_GPT_CREATE 0 |
---|
| 81 | #define DEBUG_HAL_GPT_DESTROY 0 |
---|
[439] | 82 | |
---|
[440] | 83 | #define DEBUG_HAL_KENTRY 0 |
---|
| 84 | #define DEBUG_HAL_EXCEPTIONS 0 |
---|
| 85 | #define DEBUG_HAL_IRQS 0 |
---|
| 86 | #define DEBUG_HAL_TXT_RX 0 |
---|
| 87 | #define DEBUG_HAL_TXT_TX 0 |
---|
| 88 | #define DEBUG_HAL_IOC_RX 0 |
---|
| 89 | #define DEBUG_HAL_IOC_TX 0 |
---|
[457] | 90 | #define DEBUG_HAL_GPT 0 |
---|
[439] | 91 | |
---|
[440] | 92 | #define DEBUG_KCM 0 |
---|
| 93 | #define DEBUG_KMEM 0 |
---|
[439] | 94 | |
---|
[440] | 95 | #define DEBUG_KERNEL_INIT 0 |
---|
[439] | 96 | |
---|
[440] | 97 | #define DEBUG_MAPPER_GET_PAGE 0 |
---|
| 98 | #define DEBUG_MAPPER_MOVE_USER 0 |
---|
| 99 | #define DEBUG_MAPPER_MOVE_KERNEL 0 |
---|
[439] | 100 | |
---|
[569] | 101 | #define DEBUG_MUTEX 0 |
---|
| 102 | |
---|
[440] | 103 | #define DEBUG_PPM_ALLOC_PAGES 0 |
---|
| 104 | #define DEBUG_PPM_FREE_PAGES 0 |
---|
[439] | 105 | |
---|
[440] | 106 | #define DEBUG_PROCESS_COPY_INIT 0 |
---|
| 107 | #define DEBUG_PROCESS_DESTROY 0 |
---|
| 108 | #define DEBUG_PROCESS_GET_LOCAL_COPY 0 |
---|
| 109 | #define DEBUG_PROCESS_INIT_CREATE 0 |
---|
[446] | 110 | #define DEBUG_PROCESS_MAKE_EXEC 0 |
---|
[440] | 111 | #define DEBUG_PROCESS_MAKE_FORK 0 |
---|
| 112 | #define DEBUG_PROCESS_REFERENCE_INIT 0 |
---|
| 113 | #define DEBUG_PROCESS_SIGACTION 0 |
---|
[450] | 114 | #define DEBUG_PROCESS_TXT 0 |
---|
[440] | 115 | #define DEBUG_PROCESS_ZERO_CREATE 0 |
---|
[439] | 116 | |
---|
[569] | 117 | #define DEBUG_QUEUELOCK 0 |
---|
| 118 | |
---|
[440] | 119 | #define DEBUG_RPC_CLIENT_GENERIC 0 |
---|
| 120 | #define DEBUG_RPC_SERVER_GENERIC 0 |
---|
[439] | 121 | |
---|
[569] | 122 | #define DEBUG_RPC_KCM_ALLOC 0 |
---|
| 123 | #define DEBUG_RPC_KCM_FREE 0 |
---|
[440] | 124 | #define DEBUG_RPC_PMEM_GET_PAGES 0 |
---|
| 125 | #define DEBUG_RPC_PMEM_RELEASE_PAGES 0 |
---|
| 126 | #define DEBUG_RPC_PROCESS_MAKE_FORK 0 |
---|
| 127 | #define DEBUG_RPC_PROCESS_SIGACTION 0 |
---|
[569] | 128 | #define DEBUG_RPC_THREAD_USER_CREATE 0 |
---|
| 129 | #define DEBUG_RPC_THREAD_KERNEL_CREATE 0 |
---|
[459] | 130 | #define DEBUG_RPC_VFS_INODE_CREATE 0 |
---|
| 131 | #define DEBUG_RPC_VFS_INODE_DESTROY 0 |
---|
[440] | 132 | #define DEBUG_RPC_VFS_DENTRY_CREATE 0 |
---|
| 133 | #define DEBUG_RPC_VFS_DENTRY_DESTROY 0 |
---|
| 134 | #define DEBUG_RPC_VFS_FILE_CREATE 0 |
---|
| 135 | #define DEBUG_RPC_VFS_FILE_DESTROY 0 |
---|
| 136 | #define DEBUG_RPC_VMM_GET_PTE 0 |
---|
| 137 | #define DEBUG_RPC_VMM_GET_VSEG 0 |
---|
[439] | 138 | |
---|
[569] | 139 | #define DEBUG_RWLOCK 0 |
---|
| 140 | |
---|
[590] | 141 | #define DEBUG_SCHED_HANDLE_SIGNALS 2 |
---|
[581] | 142 | #define DEBUG_SCHED_YIELD 2 // must be activated by the trace() syscall |
---|
[590] | 143 | #define DEBUG_SCHED_RPC_ACTIVATE 0 |
---|
[439] | 144 | |
---|
[569] | 145 | #define DEBUG_SEM 0 |
---|
| 146 | |
---|
[440] | 147 | #define DEBUG_SYSCALLS_ERROR 2 |
---|
[439] | 148 | |
---|
[581] | 149 | #define DEBUG_SYS_BARRIER 0 |
---|
[469] | 150 | #define DEBUG_SYS_CLOSE 0 |
---|
[569] | 151 | #define DEBUG_SYS_CONDVAR 0 |
---|
[440] | 152 | #define DEBUG_SYS_DISPLAY 0 |
---|
[457] | 153 | #define DEBUG_SYS_EXEC 0 |
---|
[469] | 154 | #define DEBUG_SYS_EXIT 0 |
---|
[440] | 155 | #define DEBUG_SYS_FG 0 |
---|
[450] | 156 | #define DEBUG_SYS_FORK 0 |
---|
[440] | 157 | #define DEBUG_SYS_GET_CONFIG 0 |
---|
[569] | 158 | #define DEBUG_SYS_GETPID 0 |
---|
[440] | 159 | #define DEBUG_SYS_ISATTY 0 |
---|
[457] | 160 | #define DEBUG_SYS_IS_FG 0 |
---|
[447] | 161 | #define DEBUG_SYS_KILL 0 |
---|
[469] | 162 | #define DEBUG_SYS_OPEN 0 |
---|
[440] | 163 | #define DEBUG_SYS_MMAP 0 |
---|
[510] | 164 | #define DEBUG_SYS_MUNMAP 0 |
---|
[569] | 165 | #define DEBUG_SYS_MUTEX 0 |
---|
[450] | 166 | #define DEBUG_SYS_READ 0 |
---|
[569] | 167 | #define DEBUG_SYS_SEM 0 |
---|
[440] | 168 | #define DEBUG_SYS_THREAD_CANCEL 0 |
---|
| 169 | #define DEBUG_SYS_THREAD_CREATE 0 |
---|
[443] | 170 | #define DEBUG_SYS_THREAD_EXIT 0 |
---|
[440] | 171 | #define DEBUG_SYS_THREAD_JOIN 0 |
---|
| 172 | #define DEBUG_SYS_THREAD_SLEEP 0 |
---|
| 173 | #define DEBUG_SYS_THREAD_WAKEUP 0 |
---|
[446] | 174 | #define DEBUG_SYS_THREAD_YIELD 0 |
---|
[443] | 175 | #define DEBUG_SYS_TRACE 0 |
---|
[440] | 176 | #define DEBUG_SYS_WAIT 0 |
---|
[450] | 177 | #define DEBUG_SYS_WRITE 0 |
---|
[439] | 178 | |
---|
[440] | 179 | #define DEBUG_SPINLOCKS 0 |
---|
| 180 | #define DEBUG_REMOTE_SPINLOCKS 0 |
---|
| 181 | #define DEBUG_RWLOCKS 0 |
---|
| 182 | #define DEBUG_REMOTE_RWLOCKS 0 |
---|
[439] | 183 | |
---|
[569] | 184 | #define DEBUG_THREAD_DELETE 0 |
---|
[440] | 185 | #define DEBUG_THREAD_DESTROY 0 |
---|
[581] | 186 | #define DEBUG_THREAD_GET_XPTR 0 |
---|
[440] | 187 | #define DEBUG_THREAD_IDLE 0 |
---|
[443] | 188 | #define DEBUG_THREAD_INIT 0 |
---|
[440] | 189 | #define DEBUG_THREAD_KERNEL_CREATE 0 |
---|
[446] | 190 | #define DEBUG_THREAD_USER_CREATE 0 |
---|
[440] | 191 | #define DEBUG_THREAD_USER_FORK 0 |
---|
[457] | 192 | #define DEBUG_THREAD_USER_EXEC 0 |
---|
[447] | 193 | #define DEBUG_THREAD_BLOCK 0 |
---|
[439] | 194 | |
---|
[569] | 195 | #define DEBUG_VFS_ADD_CHILD 0 |
---|
[459] | 196 | #define DEBUG_VFS_CLOSE 0 |
---|
[569] | 197 | #define DEBUG_VFS_DENTRY_CREATE 0 |
---|
[440] | 198 | #define DEBUG_VFS_INODE_CREATE 0 |
---|
| 199 | #define DEBUG_VFS_INODE_LOAD 0 |
---|
| 200 | #define DEBUG_VFS_LOOKUP 0 |
---|
| 201 | #define DEBUG_VFS_MAPPER_MOVE 0 |
---|
| 202 | #define DEBUG_VFS_MAPPER_LOAD 0 |
---|
[569] | 203 | #define DEBUG_VFS_OPEN 0 |
---|
[439] | 204 | |
---|
[440] | 205 | #define DEBUG_VMM_CREATE_VSEG 0 |
---|
| 206 | #define DEBUG_VMM_DESTROY 0 |
---|
| 207 | #define DEBUG_VMM_FORK_COPY 0 |
---|
| 208 | #define DEBUG_VMM_GET_ONE_PPN 0 |
---|
| 209 | #define DEBUG_VMM_GET_PTE 0 |
---|
| 210 | #define DEBUG_VMM_HANDLE_PAGE_FAULT 0 |
---|
[590] | 211 | #define DEBUG_VMM_HANDLE_COW 0 |
---|
[440] | 212 | #define DEBUG_VMM_INIT 0 |
---|
| 213 | #define DEBUG_VMM_PAGE_ALLOCATE 0 |
---|
| 214 | #define DEBUG_VMM_SET_COW 0 |
---|
| 215 | #define DEBUG_VMM_UNMAP_VSEG 0 |
---|
| 216 | #define DEBUG_VMM_UPDATE_PTE 0 |
---|
| 217 | |
---|
[569] | 218 | #define DEBUG_XHTAB 0 |
---|
| 219 | |
---|
| 220 | |
---|
[439] | 221 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
[569] | 222 | // KERNEL LOCKS TYPES MNEMONICS (for debug) |
---|
| 223 | // It must be kept consistent with the lock_name[] array defined in kernel_init.c file. |
---|
| 224 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 225 | |
---|
| 226 | #define LOCK_CLUSTER_KCM 1 // local (B) protect dynamic KCM creation in cluster |
---|
| 227 | #define LOCK_PPM_FREE 2 // local (B) protect PPM allocator free_pages lists |
---|
| 228 | #define LOCK_SCHED_STATE 3 // local (B) protect scheduler state for given core |
---|
| 229 | #define LOCK_VMM_STACK 4 // local (B) protect VMM stack vseg allocator |
---|
| 230 | #define LOCK_VMM_MMAP 5 // local (B) protect VMM mmap vseg allocator |
---|
| 231 | #define LOCK_VFS_CTX 6 // local (B) protect vfs context state |
---|
| 232 | #define LOCK_KCM_STATE 7 // local (B) protect KCM allocator state |
---|
| 233 | #define LOCK_KHM_STATE 8 // local (B) protect KHM allocator state |
---|
| 234 | #define LOCK_HTAB_STATE 9 // local (B) protect a local htab state |
---|
| 235 | |
---|
| 236 | #define LOCK_THREAD_JOIN 10 // remote (B) protect join/exit between two threads |
---|
| 237 | #define LOCK_VFS_MAIN 11 // remote (B) protect vfs traversal (one per inode) |
---|
| 238 | #define LOCK_CHDEV_QUEUE 12 // remote (B) protect chdev threads waiting queue |
---|
| 239 | #define LOCK_CHDEV_TXT0 13 // remote (B) protect access to kernel terminal TXT0 |
---|
| 240 | #define LOCK_CHDEV_TXTLIST 14 // remote (B) protect xlist of processes using same TXT |
---|
| 241 | #define LOCK_PAGE_STATE 15 // remote (B) protect physical page descriptor state |
---|
| 242 | #define LOCK_MUTEX_STATE 16 // remote (B) protect user mutex state |
---|
| 243 | #define LOCK_CONDVAR_STATE 17 // remote (B) protect user condvar state |
---|
| 244 | #define LOCK_SEM_STATE 18 // remote (B) protect user semaphore state |
---|
| 245 | #define LOCK_XHTAB_STATE 19 // remote (B) protect a distributed xhatb state |
---|
| 246 | |
---|
| 247 | #define BUSYLOCK_TYPE_MAX 20 |
---|
| 248 | |
---|
| 249 | #define LOCK_CLUSTER_PREFTBL 21 // local (Q) protect array of ref. processes in cluster |
---|
| 250 | #define LOCK_PPM_DIRTY 22 // local (Q) protect PPM dirty_pages list |
---|
| 251 | |
---|
| 252 | #define LOCK_CLUSTER_LOCALS 23 // remote (Q) protect xlist of local processes in cluster |
---|
| 253 | #define LOCK_CLUSTER_COPIES 24 // remote (Q) protect xlist of process copies in cluster |
---|
| 254 | #define LOCK_PROCESS_CHILDREN 25 // remote (Q) protect xlist of chidren process in process |
---|
| 255 | #define LOCK_PROCESS_USERSYNC 26 // remote (Q) protect all lists of user synchros in process |
---|
| 256 | #define LOCK_PROCESS_FDARRAY 27 // remote (Q) protect array of open files in owner process |
---|
| 257 | |
---|
| 258 | #define LOCK_MAPPER_STATE 28 // local (RW) protect mapper state |
---|
| 259 | #define LOCK_PROCESS_THTBL 29 // local (RW) protect local array of threads in a process |
---|
| 260 | |
---|
| 261 | #define LOCK_PROCESS_CWD 30 // remote (RW) protect current working directory in process |
---|
| 262 | #define LOCK_VFS_INODE 31 // remote (RW) protect inode state and associated mapper |
---|
| 263 | #define LOCK_VFS_FILE 32 // remote (RW) protect file descriptor state |
---|
| 264 | #define LOCK_VMM_VSL 33 // remote (RW) protect VSL (local list of vsegs) |
---|
[590] | 265 | #define LOCK_VMM_GPT 34 // remote (RW) protect GPT (local page table) |
---|
[569] | 266 | |
---|
[590] | 267 | |
---|
[569] | 268 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
[439] | 269 | // HARDWARE CONFIGURATION |
---|
| 270 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 271 | |
---|
| 272 | #define CONFIG_KERNEL_IDENTITY_MAP true // True for 32 bits cores |
---|
[569] | 273 | #define CONFIG_MAX_CLUSTERS_X 16 // max number of clusters in row |
---|
| 274 | #define CONFIG_MAX_CLUSTERS_Y 16 // max number of clusters in column |
---|
| 275 | #define CONFIG_MAX_CLUSTERS (CONFIG_MAX_CLUSTERS_X * CONFIG_MAX_CLUSTERS_Y) |
---|
[439] | 276 | #define CONFIG_MAX_LOCAL_CORES 4 // max number of cores per cluster |
---|
| 277 | #define CONFIG_MAX_INT_DEV 4 // max number of internal peripherals |
---|
| 278 | #define CONFIG_MAX_EXT_DEV 8 // max number of external peripherals |
---|
[569] | 279 | #define CONFIG_MAX_INTERNAL_IRQS 32 // max number of internal IRQs |
---|
| 280 | #define CONFIG_MAX_EXTERNAL_IRQS 32 // max number of external IRQs |
---|
[439] | 281 | #define CONFIG_IRQS_PER_CORE 4 // number of input IRQs per core |
---|
| 282 | #define CONFIG_CLUSTER_SPAN 32 // ln(phys. address space per cluster) |
---|
| 283 | #define CONFIG_CACHE_LINE_SIZE 64 // number of bytes in cache line |
---|
| 284 | |
---|
| 285 | #define CONFIG_CACHE_LINE_ALIGNED __attribute__((aligned(CONFIG_CACHE_LINE_SIZE))) |
---|
| 286 | |
---|
| 287 | #define CONFIG_MAX_IOC_CHANNELS 1 // max number of IOC device channels |
---|
| 288 | #define CONFIG_MAX_FBF_CHANNELS 1 // max number of FBF device channels |
---|
| 289 | #define CONFIG_MAX_TXT_CHANNELS 8 // max number of TXT device channels |
---|
| 290 | #define CONFIG_MAX_DMA_CHANNELS 4 // max number of DMA device channels |
---|
| 291 | #define CONFIG_MAX_NIC_CHANNELS 4 // max number of NIC device channels |
---|
| 292 | |
---|
| 293 | #define CONFIG_TXT_ECHO_MODE 1 // echo mode for TXT peripheral |
---|
[443] | 294 | #define CONFIG_TXT_KBUF_SIZE 512 // kernel buffer for TXT write |
---|
[439] | 295 | |
---|
| 296 | #define CONFIG_FBF_WIDTH 128 |
---|
| 297 | #define CONFIG_FBF_HEIGHT 128 |
---|
| 298 | |
---|
| 299 | #define CONFIG_CPU_CTX_SIZE 256 // up to 64 uint32_t registers |
---|
| 300 | #define CONFIG_FPU_CTX_SIZE 256 // up to 32 uint64_t registers |
---|
| 301 | #define CONFIG_NIC_CHBUF_DEPTH 1 // number of containers in NIC chbuf |
---|
| 302 | |
---|
| 303 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 304 | // PROCESS MANAGEMENT |
---|
| 305 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 306 | |
---|
| 307 | #define CONFIG_MAX_PROCESS_PER_CLUSTER 128 // max number of owned process |
---|
| 308 | #define CONFIG_PROCESS_FILE_MAX_NR 8 // max number of open files |
---|
| 309 | #define CONFIG_PROCESS_MAX_CHILDREN 1024 // max number of children process |
---|
| 310 | #define CONFIG_PROCESS_HEAP_MIN_SIZE 0x00010000 // user heap min size (bytes) |
---|
| 311 | #define CONFIG_PROCESS_HEAP_MAX_SIZE 0x30000000 // user heap max size (bytes) |
---|
| 312 | #define CONFIG_PROCESS_INIT_PATH "/bin/user/init.elf" |
---|
| 313 | |
---|
| 314 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 315 | // VIRTUAL FILE SYSTEM |
---|
| 316 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 317 | |
---|
| 318 | #define CONFIG_VFS_MAX_INODES 128 // max number of inodes per cluster |
---|
| 319 | #define CONFIG_VFS_MAX_NAME_LENGTH 32 // dentry name max length (bytes) |
---|
| 320 | #define CONFIG_VFS_MAX_PATH_LENGTH 256 // pathname max length (bytes) |
---|
| 321 | |
---|
| 322 | #define CONFIG_VFS_ROOT_IS_FATFS 1 // root FS is FATFS if non zero |
---|
| 323 | #define CONFIG_VFS_ROOT_IS_EX2FS 0 // root FS is EX2FS if non zero |
---|
| 324 | |
---|
| 325 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 326 | // DQDT |
---|
| 327 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 328 | |
---|
| 329 | #define CONFIG_DQDT_LEVELS_NR 5 |
---|
| 330 | #define CONFIG_DQDT_TICKS_PER_QUANTUM 1 // number of ticks between updates |
---|
| 331 | |
---|
| 332 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 333 | // RANDOM NUMBERS |
---|
| 334 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 335 | |
---|
| 336 | #define CONFIG_RDNG_PARAM_A 65519 |
---|
| 337 | #define CONFIG_RDNG_PARAM_C 64037 |
---|
| 338 | |
---|
| 339 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 340 | // SCHEDULING |
---|
| 341 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 342 | |
---|
| 343 | #define CONFIG_SCHED_TICK_MS_PERIOD 10000 // number of milliseconds per period |
---|
| 344 | #define CONFIG_SCHED_TICKS_PER_QUANTUM 1 // number of ticks between scheduling |
---|
| 345 | #define CONFIG_SCHED_MAX_THREADS_NR 32 // max number of threads per core |
---|
[590] | 346 | #define CONFIG_SCHED_IDLE_MODE_SLEEP 0 // idle thread use sleep mode if non 0 |
---|
[439] | 347 | |
---|
| 348 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 349 | // THREADS |
---|
| 350 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 351 | |
---|
[590] | 352 | #define CONFIG_THREADS_MAX_PER_CLUSTER 32 // max threads per cluster per process |
---|
[439] | 353 | #define CONFIG_THREAD_DESC_SIZE 0x4000 // thread desc size (with kernel stack) |
---|
| 354 | #define CONFIG_THREAD_DESC_ORDER 2 // ln( number of 4K pages ) |
---|
| 355 | |
---|
| 356 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 357 | // REMOTE PROCEDURE CALL |
---|
| 358 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 359 | |
---|
| 360 | #define CONFIG_REMOTE_FIFO_SLOTS 16 |
---|
| 361 | #define CONFIG_REMOTE_FIFO_MAX_ITERATIONS 1024 |
---|
[440] | 362 | #define CONFIG_RPC_THREADS_MAX 4 // max number of RPC threads per core |
---|
[439] | 363 | |
---|
| 364 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 365 | // MAPPER |
---|
| 366 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 367 | |
---|
[590] | 368 | #define CONFIG_MAPPER_MAX_FRAGMENTS 10 // max number of fragments moved |
---|
| 369 | #define CONFIG_MAPPER_MIN CONFIG_VFS_INODE_MIN |
---|
| 370 | #define CONFIG_MAPPER_MAX CONFIG_VFS_INODE_MAX |
---|
[439] | 371 | |
---|
| 372 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 373 | // USER SPACE SEGMENTATION / all values are number of pages |
---|
| 374 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 375 | |
---|
| 376 | #define CONFIG_VMM_VSPACE_SIZE 0x100000 // virtual space : 4 Gbytes |
---|
| 377 | |
---|
[579] | 378 | #define CONFIG_VMM_KENTRY_BASE 0x000004 // UTILS zone base : 16 Kbytes |
---|
[439] | 379 | #define CONFIG_VMM_ELF_BASE 0x000400 // ELF zone base : 4 Mbytes |
---|
| 380 | #define CONFIG_VMM_HEAP_BASE 0x002000 // HEAP zone base : 32 Mbytes |
---|
[579] | 381 | #define CONFIG_VMM_STACK_BASE 0x0C0000 // STACK zone base : 3 Gbytes |
---|
[439] | 382 | |
---|
| 383 | #define CONFIG_VMM_KENTRY_SIZE 0x000004 // kentry vseg size : 16 Kbytes |
---|
| 384 | #define CONFIG_VMM_ARGS_SIZE 0x000004 // args vseg size : 16 Kbytes |
---|
| 385 | #define CONFIG_VMM_ENVS_SIZE 0x000008 // envs vseg size : 32 Kbytes |
---|
| 386 | #define CONFIG_VMM_STACK_SIZE 0x000100 // single stack vseg size : 1 Mbytes |
---|
| 387 | |
---|
| 388 | #define CONFIG_VMM_GRDXT_W1 7 // number of bits for RADIX_TREE_IX1 |
---|
| 389 | #define CONFIG_VMM_GRDXT_W2 7 // number of bits for RADIX_TREE_IX2 |
---|
| 390 | #define CONFIG_VMM_GRDXT_W3 6 // number of bits for RADIX_TREE_IX3 |
---|
| 391 | |
---|
| 392 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 393 | // PHYSICAL MEMORY MANAGEMENT (GENERIC) |
---|
| 394 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 395 | |
---|
| 396 | #define CONFIG_PPM_PAGE_SIZE 4096 // physical page size (bytes) |
---|
| 397 | #define CONFIG_PPM_PAGE_SHIFT 12 // physical page shift (bits) |
---|
| 398 | #define CONFIG_PPM_PAGE_MASK 0x00000FFF // physical page mask |
---|
| 399 | #define CONFIG_PPM_MAX_ORDER 16 // ln(total number of pages per cluster) |
---|
| 400 | #define CONFIG_PPM_HEAP_ORDER 10 // ln(number of heap pages per cluster) |
---|
| 401 | #define CONFIG_PPM_MAX_RSVD 32 // max reserved zones on the machine |
---|
| 402 | |
---|
| 403 | #define CONFIG_KCM_SLOT_SIZE 64 // smallest allocated block (bytes) |
---|
| 404 | |
---|
| 405 | #define CONFIG_PPM_PAGE_ALIGNED __attribute__((aligned(CONFIG_PPM_PAGE_SIZE))) |
---|
| 406 | |
---|
| 407 | |
---|
| 408 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
[569] | 409 | // INSTRUMENTATION |
---|
[439] | 410 | //////////////////////////////////////////////////////////////////////////////////////////// |
---|
| 411 | |
---|
[569] | 412 | #define CONFIG_INTRUMENTATION_SYSCALLS 0 |
---|
[439] | 413 | |
---|
| 414 | |
---|
| 415 | |
---|
| 416 | |
---|
| 417 | |
---|
| 418 | #endif /* _KERNEL_CONFIG_H_ */ |
---|