Changeset 371bd7d in mainline for HelenOS.config
- Timestamp:
- 2010-03-27T09:22:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a75a2
- Parents:
- cd82bb1 (diff), eaf22d4 (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
rcd82bb1 r371bd7d 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 … … 76 77 @ "us" UltraSPARC I-II subarchitecture 77 78 @ "us3" UltraSPARC III-IV subarchitecture 79 @ "sun4v" Niagara (sun4v) 78 80 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 79 81 … … 91 93 92 94 % Kernel architecture 95 @ "abs32le" 96 ! [PLATFORM=abs32le] KARCH (choice) 97 98 % Kernel architecture 93 99 @ "amd64" 94 100 ! [PLATFORM=amd64] KARCH (choice) … … 130 136 131 137 % User space architecture 138 @ "abs32le" 139 ! [PLATFORM=abs32le] UARCH (choice) 140 141 % User space architecture 132 142 @ "amd64" 133 143 ! [PLATFORM=amd64] UARCH (choice) … … 167 177 168 178 ## Mapping between platform and boot architecture 179 180 % Boot architecture 181 @ "abs32le" 182 ! [PLATFORM=abs32le] BARCH (choice) 169 183 170 184 % Boot architecture … … 243 257 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice) 244 258 259 % Compiler 260 @ "gcc_cross" GNU C Compiler (cross-compiler) 261 @ "gcc_native" GNU C Compiler (native) 262 @ "clang" Clang 263 ! [PLATFORM=abs32le] COMPILER (choice) 264 265 266 ## Cross-compiler target for abstract architecture 267 268 % Cross-compiler target 269 @ "arm32" ARM 32-bit 270 @ "ia32" Intel IA-32 271 @ "mips32" MIPS 32-bit 272 ! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice) 273 245 274 246 275 ## Kernel configuration … … 259 288 260 289 % Hierarchical page tables support 261 ! [PLATFORM= ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)290 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y) 262 291 263 292 % Page hash table support … … 265 294 266 295 % Software integer division support 267 ! [PLATFORM= ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)296 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y) 268 297 269 298 % ASID support … … 292 321 293 322 % Support for SMP 294 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim) ] CONFIG_SMP (y/n)323 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n) 295 324 296 325 % Debug build … … 314 343 % Virtually indexed D-cache support 315 344 ! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n) 345 346 % Simics SMP Hack 347 ! [PROCESSOR=sun4v] CONFIG_SIMICS_SMP_HACK (y/n) 316 348 317 349 % Support for userspace debuggers … … 427 459 428 460 % Serial line input module 429 ! [CONFIG_DSRLNIN=y|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&MACHINE=serengeti&CONFIG_SGCN_KBD=y) ] CONFIG_SRLN (y)461 ! [CONFIG_DSRLNIN=y|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&MACHINE=serengeti&CONFIG_SGCN_KBD=y)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y) 430 462 431 463 % EGA support … … 486 518 % Mount /data on startup 487 519 ! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y) 520 521 % Write core files 522 ! CONFIG_WRITE_CORE_FILES (n/y) 523 524 % Networking architecture 525 @ "none" No networking 526 @ "modular" Modular 527 @ "module" One module 528 ! CONFIG_NETWORKING (choice) 529 530 % DP8390 (NE2k) network interface 531 ! [CONFIG_NETWORKING=modular|CONFIG_NETWORKING=module] CONFIG_NETIF_DP8390 (y/n) 532
Note:
See TracChangeset
for help on using the changeset viewer.