Changeset 19f24fd in mainline for HelenOS.config
- Timestamp:
- 2010-02-05T22:25:52Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dafa2d04
- Parents:
- 83349b03 (diff), d42976c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r83349b03 r19f24fd 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 … … 292 310 293 311 % Support for SMP 294 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim) ] CONFIG_SMP (y/n)312 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n) 295 313 296 314 % Debug build
Note:
See TracChangeset
for help on using the changeset viewer.