Subversion Repositories HelenOS

Rev

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

Rev Author Line No. Line
708 decky 1
## General configuration directives
2
 
3
# Architecture
1230 jermar 4
@ "amd64" AMD64/Intel EM64T
2128 jermar 5
@ "arm32" ARM 32-bit
708 decky 6
@ "ia32" Intel IA-32
1952 jermar 7
@ "ia32xen" Intel IA-32 on Xen hypervisor
918 jermar 8
@ "ia64" Intel IA-64
1018 decky 9
@ "mips32" MIPS 32-bit
885 decky 10
@ "ppc32" PowerPC 32-bit
1157 decky 11
@ "ppc64" PowerPC 64-bit
1230 jermar 12
@ "sparc64" Sun UltraSPARC
708 decky 13
! ARCH (choice)
885 decky 14
 
2442 jermar 15
# Compiler                                                                                                        
16
@ "gcc_cross" GCC Cross-compiler                                                                                  
17
@ "gcc_native" GCC Native                                                                                         
18
@ "icc_native" ICC Native                                                                                         
2443 jermar 19
@ "suncc_native" Sun Studio C Compiler                                                                             
2442 jermar 20
! [ARCH=amd64|ARCH=ia32|ARCH=ia32xen] COMPILER (choice)                                               
21
 
22
# Compiler                                                                                                        
23
@ "gcc_cross" GCC Cross-compiler                                                                                  
24
@ "gcc_native" GCC Native                                                                                         
25
@ "icc_native" ICC Native                                                                                         
26
! [ARCH=ia64] COMPILER (choice)                                                                               
27
 
28
# Compiler                                                                                                        
29
@ "gcc_cross" GCC Cross-compiler                                                                                  
30
@ "gcc_native" GCC Native                                                                                         
2443 jermar 31
@ "suncc_native" Sun Studio C Compiler                                                                             
2442 jermar 32
! [ARCH=sparc64] COMPILER (choice)                                                                            
33
 
34
# Compiler                                                                                                        
35
@ "gcc_cross" GCC Cross-compiler                                                                                  
36
@ "gcc_native" GCC Native                                                                                         
37
! [ARCH=arm32|ARCH=mips32|ARCH=ppc32|ARCH=ppc64] COMPILER (choice)
1018 decky 38
 
1982 jermar 39
# Start AP processors by the loader
1979 jermar 40
! [ARCH=sparc64] CONFIG_SMP (y/n)
41
 
1747 decky 42
# Debug bootloader
43
! [ARCH=ppc32] CONFIG_DEBUG (n/y)
44
 
45
# Use Block Address Translation
46
! [ARCH=ppc32] CONFIG_BAT (y/n)
47
 
48
# Target image
49
@ "binary" Binary image (MSIM)
50
@ "ecoff" Ecoff image (GXEmul)
1802 decky 51
! [ARCH=mips32] IMAGE (choice)
2465 jermar 52