Ticket #255: Makefile.config

File Makefile.config, 2.6 KB (added by Štěpán Henek, 14 years ago)

My config file

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