Subversion Repositories HelenOS

Rev

Rev 2088 | Rev 2437 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1802 decky 1
## General configuration directives
2
 
3
# Platform
4
@ "amd64" AMD64/Intel EM64T (PC)
2128 jermar 5
@ "arm32" ARM 32-bit
1802 decky 6
@ "ia32" Intel IA-32 (PC)
1952 jermar 7
@ "ia32xen" Intel IA-32 on Xen hypervisor
2064 vana 8
@ "ia64" Intel IA-64
2088 decky 9
@ "mips32" MIPS 32-bit
1802 decky 10
@ "ppc32" PowerPC 32-bit (iMac G4)
11
@ "ppc64" PowerPC 64-bit (iMac G5)
12
@ "sparc64" Sun UltraSPARC 64-bit
13
! PLATFORM (choice)
14
 
2088 decky 15
# Machine
16
@ "msim" MSIM
17
@ "simics" Simics
18
@ "bgxemul" GXEmul big endian
19
@ "lgxemul" GXEmul little endia
20
@ "indy" Sgi Indy
21
! [PLATFORM=mips32] MACHINE (choice)
22
 
1802 decky 23
# Compiler
24
@ "cross" Cross-compiler
25
@ "native" Native
26
! COMPILER (choice)
27
 
28
# Debug build
29
! CONFIG_DEBUG (y/n)