Changes in HelenOS.config [69b68d1f:dafa2d04] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r69b68d1f rdafa2d04 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 78 @ "sun4v" Niagara (sun4v)79 79 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 80 80 … … 92 92 93 93 % Kernel architecture 94 @ "abs32le" 95 ! [PLATFORM=abs32le] KARCH (choice) 96 97 % Kernel architecture 94 98 @ "amd64" 95 99 ! [PLATFORM=amd64] KARCH (choice) … … 131 135 132 136 % User space architecture 137 @ "abs32le" 138 ! [PLATFORM=abs32le] UARCH (choice) 139 140 % User space architecture 133 141 @ "amd64" 134 142 ! [PLATFORM=amd64] UARCH (choice) … … 168 176 169 177 ## Mapping between platform and boot architecture 178 179 % Boot architecture 180 @ "abs32le" 181 ! [PLATFORM=abs32le] BARCH (choice) 170 182 171 183 % Boot architecture … … 244 256 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice) 245 257 258 % Compiler 259 @ "gcc_native" GNU C Compiler (native) 260 @ "clang" Clang 261 ! [PLATFORM=abs32le] COMPILER (choice) 262 246 263 247 264 ## Kernel configuration … … 260 277 261 278 % Hierarchical page tables support 262 ! [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) 263 280 264 281 % Page hash table support … … 293 310 294 311 % Support for SMP 295 ! [(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) 296 313 297 314 % Debug build … … 428 445 429 446 % Serial line input module 430 ! [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)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) 431 448 432 449 % EGA support … … 487 504 % Mount /data on startup 488 505 ! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y) 506 507 % Write core files 508 ! CONFIG_WRITE_CORE_FILES (n/y)
Note:
See TracChangeset
for help on using the changeset viewer.