Subversion Repositories HelenOS

Rev

Rev 1787 | 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
918 jermar 6
@ "ia64" Intel IA-64
1018 decky 7
@ "mips32" MIPS 32-bit
885 decky 8
@ "ppc32" PowerPC 32-bit
1157 decky 9
@ "ppc64" PowerPC 64-bit
1230 jermar 10
@ "sparc64" Sun UltraSPARC
1775 decky 11
@ "xen32" Xen 32-bit
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
 
1747 decky 19
# Debug bootloader
20
! [ARCH=ppc32] CONFIG_DEBUG (n/y)
21
 
22
# Use Block Address Translation
23
! [ARCH=ppc32] CONFIG_BAT (y/n)
24
 
25
# Target image
26
@ "binary" Binary image (MSIM)
27
@ "ecoff" Ecoff image (GXEmul)
1802 decky 28
! [ARCH=mips32] IMAGE (choice)