-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.defconfig
More file actions
94 lines (79 loc) · 1.45 KB
/
.defconfig
File metadata and controls
94 lines (79 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#
# Lambda Kernel Configuration
#
CONFIG_ARCH_X86=y
# CONFIG_ARCH_ARM32 is not set
# CONFIG_ARCH_RISCV is not set
#
# x86 architecture
#
# CONFIG_ARCH_CPU_386 is not set
CONFIG_ARCH_CPU_486=y
# CONFIG_ARCH_CPU_P5 is not set
# CONFIG_ARCH_CPU_P6 is not set
CONFIG_ARCH_HW_PC=y
#
# CPU Features
#
#
# Paging
#
CONFIG_X86_PAGING_KERNEL_WP=y
# end of Paging
# CONFIG_X86_APIC is not set
# end of CPU Features
CONFIG_MULTIBOOT=y
CONFIG_MULTIBOOT_VERSION=2
# end of x86 architecture
CONFIG_LOG_COLORCODE=y
# CONFIG_EMBEDDED_INITRD is not set
CONFIG_SAFETY_CHECKS=y
CONFIG_STRICTNESS=255
CONFIG_CRYPTO=y
CONFIG_CRYPTO_COMP=y
CONFIG_CRYPTO_COMP_LZOP=y
#
# Processes and threads
#
CONFIG_PROC_KERN_STACK_SIZE=4096
CONFIG_PROC_USER_STACK_SIZE=32768
CONFIG_PROC_USER_STACK_SIZE_MAX=65536
# CONFIG_PROC_STACK_GUARD is not set
# CONFIG_KTASK_DEBUGGER is not set
# end of Processes and threads
# end of Lambda Kernel Configuration
#
# Modules Configuration
#
#
# Hardware Support
#
#
# I/O Devices
#
#
# Serial Devices
#
# CONFIG_MOD_DRV_IO_SERIAL_8250 is not set
# end of Serial Devices
# end of I/O Devices
# end of Hardware Support
#
# Filesystem Support
#
CONFIG_MOD_FS_DEVFS=y
CONFIG_MOD_FS_DEVMEM=y
CONFIG_MOD_FS_DEVNULL=y
# end of Filesystem Support
#
# TTY Support
#
# CONFIG_MOD_TTY_TTY is not set
# end of TTY Support
# end of Modules Configuration
#
# General build options
#
CONFIG_BUILD_USE_WERROR=y
# CONFIG_BUILD_USE_CLANG is not set
# end of General build options