Changes in HelenOS.config [a074b4f:50fda24] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
ra074b4f r50fda24 31 31 32 32 % Platform 33 @ "abs32le" abstract 32-bit little endian 33 34 @ "amd64" AMD64/Intel EM64T (PC) 34 35 @ "arm32" ARM 32-bit … … 91 92 92 93 % Kernel architecture 94 @ "abs32le" 95 ! [PLATFORM=abs32le] KARCH (choice) 96 97 % Kernel architecture 93 98 @ "amd64" 94 99 ! [PLATFORM=amd64] KARCH (choice) … … 130 135 131 136 % User space architecture 137 @ "abs32le" 138 ! [PLATFORM=abs32le] UARCH (choice) 139 140 % User space architecture 132 141 @ "amd64" 133 142 ! [PLATFORM=amd64] UARCH (choice) … … 167 176 168 177 ## Mapping between platform and boot architecture 178 179 % Boot architecture 180 @ "abs32le" 181 ! [PLATFORM=abs32le] BARCH (choice) 169 182 170 183 % Boot architecture … … 243 256 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice) 244 257 258 % Compiler 259 @ "gcc_native" GNU C Compiler (native) 260 @ "clang" Clang 261 ! [PLATFORM=abs32le] COMPILER (choice) 262 245 263 246 264 ## Kernel configuration … … 259 277 260 278 % Hierarchical page tables support 261 ! [PLATFORM= ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)279 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y) 262 280 263 281 % Page hash table support
Note:
See TracChangeset
for help on using the changeset viewer.