Changeset 5cde90f in mainline for HelenOS.config


Ignore:
Timestamp:
2010-02-19T17:16:46Z (15 years ago)
Author:
Pavel Rimsky <pavel@…>
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.
Message:

Synchronizing with head (which has just been synchronized with this branch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    rb86d436 r5cde90f  
    3131
    3232% Platform
     33@ "abs32le" abstract 32-bit little endian
    3334@ "amd64" AMD64/Intel EM64T (PC)
    3435@ "arm32" ARM 32-bit
     
    9293
    9394% Kernel architecture
     95@ "abs32le"
     96! [PLATFORM=abs32le] KARCH (choice)
     97
     98% Kernel architecture
    9499@ "amd64"
    95100! [PLATFORM=amd64] KARCH (choice)
     
    131136
    132137% User space architecture
     138@ "abs32le"
     139! [PLATFORM=abs32le] UARCH (choice)
     140
     141% User space architecture
    133142@ "amd64"
    134143! [PLATFORM=amd64] UARCH (choice)
     
    168177
    169178## Mapping between platform and boot architecture
     179
     180% Boot architecture
     181@ "abs32le"
     182! [PLATFORM=abs32le] BARCH (choice)
    170183
    171184% Boot architecture
     
    244257! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
    245258
     259% Compiler
     260@ "gcc_native" GNU C Compiler (native)
     261@ "clang" Clang
     262! [PLATFORM=abs32le] COMPILER (choice)
     263
    246264
    247265## Kernel configuration
     
    260278
    261279% 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)
    263281
    264282% Page hash table support
     
    293311
    294312% 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)
    296314
    297315% Debug build
     
    487505% Mount /data on startup
    488506! [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.