Subversion Repositories HelenOS

Rev

Rev 1952 | 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
708 decky 5
@ "ia32" Intel IA-32
1952 jermar 6
@ "ia32xen" Intel IA-32 on Xen hypervisor
918 jermar 7
@ "ia64" Intel IA-64
1018 decky 8
@ "mips32" MIPS 32-bit
885 decky 9
@ "ppc32" PowerPC 32-bit
1157 decky 10
@ "ppc64" PowerPC 64-bit
1230 jermar 11
@ "sparc64" Sun UltraSPARC
708 decky 12
! ARCH (choice)
885 decky 13
 
1802 decky 14
# Compiler
885 decky 15
@ "cross" Cross-compiler
16
@ "native" Native
1802 decky 17
! COMPILER (choice)
1018 decky 18
 
1979 jermar 19
# Start AP processors
20
! [ARCH=sparc64] CONFIG_SMP (y/n)
21
 
1747 decky 22
# Debug bootloader
23
! [ARCH=ppc32] CONFIG_DEBUG (n/y)
24
 
25
# Use Block Address Translation
26
! [ARCH=ppc32] CONFIG_BAT (y/n)
27
 
28
# Target image
29
@ "binary" Binary image (MSIM)
30
@ "ecoff" Ecoff image (GXEmul)
1802 decky 31
! [ARCH=mips32] IMAGE (choice)