Changeset 5cde90f in mainline for HelenOS.config
- Timestamp:
- 2010-02-19T17:16:46Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 617652f
- Parents:
- b86d436 (diff), f41aa81 (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
rb86d436 r5cde90f 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 … … 92 93 93 94 % Kernel architecture 95 @ "abs32le" 96 ! [PLATFORM=abs32le] KARCH (choice) 97 98 % Kernel architecture 94 99 @ "amd64" 95 100 ! [PLATFORM=amd64] KARCH (choice) … … 131 136 132 137 % User space architecture 138 @ "abs32le" 139 ! [PLATFORM=abs32le] UARCH (choice) 140 141 % User space architecture 133 142 @ "amd64" 134 143 ! [PLATFORM=amd64] UARCH (choice) … … 168 177 169 178 ## Mapping between platform and boot architecture 179 180 % Boot architecture 181 @ "abs32le" 182 ! [PLATFORM=abs32le] BARCH (choice) 170 183 171 184 % Boot architecture … … 244 257 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice) 245 258 259 % Compiler 260 @ "gcc_native" GNU C Compiler (native) 261 @ "clang" Clang 262 ! [PLATFORM=abs32le] COMPILER (choice) 263 246 264 247 265 ## Kernel configuration … … 260 278 261 279 % Hierarchical page tables support 262 ! [PLATFORM= ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)280 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y) 263 281 264 282 % Page hash table support … … 293 311 294 312 % Support for SMP 295 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim) ] CONFIG_SMP (y/n)313 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n) 296 314 297 315 % Debug build … … 487 505 % Mount /data on startup 488 506 ! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y) 507 508 % Write core files 509 ! CONFIG_WRITE_CORE_FILES (n/y)
Note:
See TracChangeset
for help on using the changeset viewer.