1 | #########################################
|
---|
2 | ## AUTO-GENERATED FILE, DO NOT EDIT!!! ##
|
---|
3 | #########################################
|
---|
4 |
|
---|
5 | # Platform
|
---|
6 | PLATFORM = amd64
|
---|
7 |
|
---|
8 | # CPU type
|
---|
9 | PROCESSOR = opteron
|
---|
10 |
|
---|
11 | # RAM disk format
|
---|
12 | RDFMT = fat
|
---|
13 |
|
---|
14 | # Kernel architecture
|
---|
15 | KARCH = amd64
|
---|
16 |
|
---|
17 | # User space architecture
|
---|
18 | UARCH = amd64
|
---|
19 |
|
---|
20 | # Boot architecture
|
---|
21 | BARCH = amd64
|
---|
22 |
|
---|
23 | # Compiler
|
---|
24 | COMPILER = gcc_cross
|
---|
25 |
|
---|
26 | # Fences
|
---|
27 | CONFIG_FENCES_P4 = y
|
---|
28 |
|
---|
29 | # ACPI support
|
---|
30 | CONFIG_ACPI = y
|
---|
31 |
|
---|
32 | # Hierarchical page tables support
|
---|
33 | CONFIG_PAGE_PT = y
|
---|
34 |
|
---|
35 | # Multiboot standard support
|
---|
36 | CONFIG_MULTIBOOT = y
|
---|
37 |
|
---|
38 | # FPU support
|
---|
39 | CONFIG_FPU = y
|
---|
40 |
|
---|
41 | # Support for SMP
|
---|
42 | CONFIG_SMP = y
|
---|
43 |
|
---|
44 | # Debug build
|
---|
45 | CONFIG_DEBUG = y
|
---|
46 |
|
---|
47 | # Deadlock detection support for spinlocks
|
---|
48 | CONFIG_DEBUG_SPINLOCK = y
|
---|
49 |
|
---|
50 | # Lazy FPU context switching
|
---|
51 | CONFIG_FPU_LAZY = y
|
---|
52 |
|
---|
53 | # Support for userspace debuggers
|
---|
54 | CONFIG_UDEBUG = y
|
---|
55 |
|
---|
56 | # Kernel console support
|
---|
57 | CONFIG_KCONSOLE = y
|
---|
58 |
|
---|
59 | # Kernel symbol information
|
---|
60 | CONFIG_SYMTAB = y
|
---|
61 |
|
---|
62 | # Detailed kernel logging
|
---|
63 | CONFIG_LOG = n
|
---|
64 |
|
---|
65 | # Kernel function tracing
|
---|
66 | CONFIG_TRACE = n
|
---|
67 |
|
---|
68 | # Compile kernel tests
|
---|
69 | CONFIG_TEST = y
|
---|
70 |
|
---|
71 | # Use link-time optimization
|
---|
72 | CONFIG_LTO = n
|
---|
73 |
|
---|
74 | # Input device class
|
---|
75 | CONFIG_HID_IN = generic
|
---|
76 |
|
---|
77 | # Output device class
|
---|
78 | CONFIG_HID_OUT = generic
|
---|
79 |
|
---|
80 | # PC keyboard support
|
---|
81 | CONFIG_PC_KBD = y
|
---|
82 |
|
---|
83 | # Support for i8042 controller
|
---|
84 | CONFIG_I8042 = y
|
---|
85 |
|
---|
86 | # EGA support
|
---|
87 | CONFIG_EGA = y
|
---|
88 |
|
---|
89 | # Framebuffer support
|
---|
90 | CONFIG_FB = y
|
---|
91 |
|
---|
92 | # Default framebuffer mode
|
---|
93 | CONFIG_VESA_MODE = 800x600
|
---|
94 |
|
---|
95 | # Default framebuffer depth
|
---|
96 | CONFIG_VESA_BPP = 24
|
---|
97 |
|
---|
98 | # Load disk drivers on startup
|
---|
99 | CONFIG_START_BD = n
|
---|
100 |
|
---|
101 | # Write core files
|
---|
102 | CONFIG_WRITE_CORE_FILES = n
|
---|
103 |
|
---|
104 | # Bundle netif/nil network layer
|
---|
105 | CONFIG_NETIF_NIL_BUNDLE = n
|
---|
106 |
|
---|
107 | # Strip binaries
|
---|
108 | CONFIG_STRIP_BINARIES = n
|
---|
109 |
|
---|
110 | # Optimize for size
|
---|
111 | CONFIG_OPTIMIZE_FOR_SIZE = n
|
---|
112 |
|
---|
113 | # Barebone build with essential binaries only
|
---|
114 | CONFIG_BAREBONE = n
|
---|
115 |
|
---|
116 | # Line debugging information
|
---|
117 | CONFIG_LINE_DEBUG = n
|
---|
118 |
|
---|
119 | REVISION = 631M (jakub@jermar.eu-20100829194131-uku50y388n71e5pn)
|
---|
120 | TIMESTAMP = 2010-09-07 17:21:12
|
---|
121 | CONFIG_DEFS = -DPLATFORM=amd64 -DPLATFORM_amd64 -DPROCESSOR=opteron -DPROCESSOR_opteron -DRDFMT=fat -DRDFMT_fat -DKARCH=amd64 -DKARCH_amd64 -DUARCH=amd64 -DUARCH_amd64 -DBARCH=amd64 -DBARCH_amd64 -DCOMPILER=gcc_cross -DCOMPILER_gcc_cross -DCONFIG_FENCES_P4 -DCONFIG_ACPI -DCONFIG_PAGE_PT -DCONFIG_MULTIBOOT -DCONFIG_FPU -DCONFIG_SMP -DCONFIG_DEBUG -DCONFIG_DEBUG_SPINLOCK -DCONFIG_FPU_LAZY -DCONFIG_UDEBUG -DCONFIG_KCONSOLE -DCONFIG_SYMTAB -DCONFIG_TEST -DCONFIG_HID_IN=generic -DCONFIG_HID_IN_generic -DCONFIG_HID_OUT=generic -DCONFIG_HID_OUT_generic -DCONFIG_PC_KBD -DCONFIG_I8042 -DCONFIG_EGA -DCONFIG_FB -DCONFIG_VESA_MODE=800x600 -DCONFIG_VESA_MODE_800x600 -DCONFIG_VESA_BPP=24 -DCONFIG_VESA_BPP_24 "-DREVISION=631M (jakub@jermar.eu-20100829194131-uku50y388n71e5pn)" "-DTIMESTAMP=2010-09-07 17:21:12"
|
---|