Changes in HelenOS.config [50fda24:95c4776] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r50fda24 r95c4776 77 77 @ "us" UltraSPARC I-II subarchitecture 78 78 @ "us3" UltraSPARC III-IV subarchitecture 79 @ "sun4v" Niagara (sun4v) 79 80 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 80 81 … … 257 258 258 259 % Compiler 260 @ "gcc_cross" GNU C Compiler (cross-compiler) 259 261 @ "gcc_native" GNU C Compiler (native) 260 262 @ "clang" Clang … … 262 264 263 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 274 264 275 ## Kernel configuration 265 276 … … 283 294 284 295 % Software integer division support 285 ! [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) 286 297 287 298 % ASID support … … 310 321 311 322 % Support for SMP 312 ! [(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) 313 324 314 325 % Debug build … … 332 343 % Virtually indexed D-cache support 333 344 ! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n) 345 346 % Simics SMP Hack 347 ! [PROCESSOR=sun4v] CONFIG_SIMICS_SMP_HACK (y/n) 334 348 335 349 % Support for userspace debuggers … … 445 459 446 460 % Serial line input module 447 ! [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) 448 462 449 463 % EGA support … … 505 519 ! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y) 506 520 507 % Verbose task dumps 508 ! CONFIG_VERBOSE_DUMPS (n/y) 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 ! NETWORKING (choice) 529 530 % DP8390 (NE2k) network interface 531 ! [NETWORKING=modular|NETWORKING=module] CONFIG_NETIF_DP8390 (y/n) 532
Note:
See TracChangeset
for help on using the changeset viewer.