Skip to content

Commit db32a45

Browse files
committed
added config file
Signed-off-by: Valentin-Razvan Bogdan <[email protected]>
1 parent 957f3f8 commit db32a45

File tree

1 file changed

+305
-0
lines changed

1 file changed

+305
-0
lines changed

rs-hello/.config

Lines changed: 305 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,305 @@
1+
#
2+
# Automatically generated file; DO NOT EDIT.
3+
# Unikraft/0.18.0~12072b5f Configuration
4+
#
5+
CONFIG_UK_FULLVERSION="0.18.0~12072b5f"
6+
CONFIG_UK_CODENAME="Helene"
7+
CONFIG_UK_ARCH="x86_64"
8+
CONFIG_HOST_ARCH="x86_64"
9+
CONFIG_UK_BASE="/home/bvrazvan/catalog-core-fork/repos/unikraft"
10+
CONFIG_UK_APP="/home/bvrazvan/catalog-core-fork/rs-hello"
11+
CONFIG_UK_DEFNAME="rs-hello"
12+
13+
#
14+
# Architecture Selection
15+
#
16+
CONFIG_ARCH_X86_64=y
17+
# CONFIG_ARCH_ARM_64 is not set
18+
# CONFIG_ARCH_ARM_32 is not set
19+
# CONFIG_MARCH_X86_64_NATIVE is not set
20+
CONFIG_MARCH_X86_64_GENERIC=y
21+
# CONFIG_MARCH_X86_64_NOCONA is not set
22+
# CONFIG_MARCH_X86_64_CORE2 is not set
23+
# CONFIG_MARCH_X86_64_COREI7 is not set
24+
# CONFIG_MARCH_X86_64_COREI7AVX is not set
25+
# CONFIG_MARCH_X86_64_COREI7AVXI is not set
26+
# CONFIG_MARCH_X86_64_ATOM is not set
27+
# CONFIG_MARCH_X86_64_K8 is not set
28+
# CONFIG_MARCH_X86_64_K8SSE3 is not set
29+
# CONFIG_MARCH_X86_64_AMDFAM10 is not set
30+
# CONFIG_MARCH_X86_64_BTVER1 is not set
31+
# CONFIG_MARCH_X86_64_BDVER1 is not set
32+
# CONFIG_MARCH_X86_64_BDVER2 is not set
33+
# CONFIG_MARCH_X86_64_BDVER3 is not set
34+
# CONFIG_MARCH_X86_64_BTVER2 is not set
35+
CONFIG_STACK_SIZE_PAGE_ORDER=4
36+
CONFIG_CPU_EXCEPT_STACK_SIZE_PAGE_ORDER=4
37+
CONFIG_AUXSTACK_SIZE_PAGE_ORDER=4
38+
# end of Architecture Selection
39+
40+
#
41+
# Platform Configuration
42+
#
43+
CONFIG_PLAT_KVM=y
44+
CONFIG_KVM_BOOT_PROTO_MULTIBOOT=y
45+
46+
#
47+
# Hint: EFI stub depends on OPTIMIZE_PIE
48+
#
49+
CONFIG_KVM_VMM_QEMU=y
50+
# CONFIG_KVM_VMM_FIRECRACKER is not set
51+
# CONFIG_PLAT_XEN is not set
52+
53+
#
54+
# Platform Interface Options
55+
#
56+
# CONFIG_UKPLAT_MEMRNAME is not set
57+
CONFIG_UKPLAT_MEMREGION_MAX_COUNT=128
58+
# CONFIG_UKPLAT_ACPI is not set
59+
CONFIG_UKPLAT_LCPU_MAXCOUNT=1
60+
# CONFIG_PAGING is not set
61+
# end of Platform Interface Options
62+
63+
CONFIG_HZ=100
64+
# end of Platform Configuration
65+
66+
#
67+
# Device Drivers
68+
#
69+
70+
#
71+
# Real Time Clock
72+
#
73+
# end of Real Time Clock
74+
75+
#
76+
# Bus drivers
77+
#
78+
CONFIG_HAVE_PCI=y
79+
# CONFIG_LIBUKBUS_PCI is not set
80+
# CONFIG_LIBUKBUS_PLATFORM is not set
81+
# end of Bus drivers
82+
83+
#
84+
# Interrupt controller
85+
#
86+
CONFIG_HAVE_APIC=y
87+
CONFIG_LIBUKINTCTLR_XPIC=y
88+
# CONFIG_LIBUKINTCTLR_APIC is not set
89+
# end of Interrupt controller
90+
91+
#
92+
# Random Number Generator
93+
#
94+
# CONFIG_LIBUKRANDOM_LCPU is not set
95+
# end of Random Number Generator
96+
97+
#
98+
# Serial console
99+
#
100+
CONFIG_HAVE_IBMPC_NS16550=y
101+
CONFIG_LIBNS16550=y
102+
CONFIG_LIBNS16550_EARLY_CONSOLE=y
103+
CONFIG_LIBNS16550_COM_AVAIL=y
104+
CONFIG_LIBNS16550_COM1=y
105+
CONFIG_LIBNS16550_COM1_BAUD_115200=y
106+
# CONFIG_LIBNS16550_COM1_BAUD_57600 is not set
107+
# CONFIG_LIBNS16550_COM1_BAUD_38400 is not set
108+
# CONFIG_LIBNS16550_COM1_BAUD_19200 is not set
109+
# CONFIG_LIBNS16550_COM2 is not set
110+
# CONFIG_LIBNS16550_COM3 is not set
111+
# CONFIG_LIBNS16550_COM4 is not set
112+
CONFIG_LIBNS16550_COM1_EARLY=y
113+
CONFIG_HAVE_IBMPC_VGA=y
114+
CONFIG_LIBVGACONS=y
115+
# end of Serial console
116+
117+
#
118+
# Virtio
119+
#
120+
CONFIG_HAVE_MMIO=y
121+
# end of Virtio
122+
123+
#
124+
# Xen
125+
#
126+
# CONFIG_LIBXENEMGCONS is not set
127+
# end of Xen
128+
129+
CONFIG_HAVE_IBMPC=y
130+
# end of Device Drivers
131+
132+
#
133+
# Library Configuration
134+
#
135+
CONFIG_LIBISRLIB=y
136+
CONFIG_LIBNOLIBC=y
137+
CONFIG_LIBNOLIBC_UKDEBUG_ASSERT=y
138+
# CONFIG_LIBNOLIBC_SYSLOG is not set
139+
CONFIG_LIBNOLIBC_FD_SETSIZE=64
140+
# CONFIG_LIBPOSIX_ENVIRON is not set
141+
# CONFIG_LIBPOSIX_EVENTFD is not set
142+
# CONFIG_LIBPOSIX_FD is not set
143+
# CONFIG_LIBPOSIX_FDIO is not set
144+
# CONFIG_LIBPOSIX_FDTAB is not set
145+
# CONFIG_LIBPOSIX_FUTEX is not set
146+
# CONFIG_LIBPOSIX_LIBDL is not set
147+
# CONFIG_LIBPOSIX_PIPE is not set
148+
# CONFIG_LIBPOSIX_POLL is not set
149+
# CONFIG_LIBPOSIX_PROCESS is not set
150+
# CONFIG_LIBPOSIX_SOCKET is not set
151+
# CONFIG_LIBPOSIX_SYSINFO is not set
152+
# CONFIG_LIBPOSIX_TIME is not set
153+
# CONFIG_LIBPOSIX_TIMERFD is not set
154+
# CONFIG_LIBPOSIX_TTY is not set
155+
# CONFIG_LIBPOSIX_UNIXSOCKET is not set
156+
# CONFIG_LIBPOSIX_USER is not set
157+
# CONFIG_LIBSYSCALL_SHIM is not set
158+
# CONFIG_LIBUBSAN is not set
159+
# CONFIG_LIBUK9P is not set
160+
CONFIG_LIBUKALLOC=y
161+
# CONFIG_LIBUKALLOC_IFMALLOC is not set
162+
# CONFIG_LIBUKALLOC_IFSTATS is not set
163+
CONFIG_LIBUKALLOCBBUDDY=y
164+
# CONFIG_LIBUKALLOCBBUDDY_FREELIST_SANITY is not set
165+
# CONFIG_LIBUKALLOCPOOL is not set
166+
# CONFIG_LIBUKALLOCREGION is not set
167+
CONFIG_LIBUKALLOCSTACK=y
168+
CONFIG_LIBUKARGPARSE=y
169+
# CONFIG_LIBUKARGPARSE_TEST is not set
170+
CONFIG_LIBUKATOMIC=y
171+
# CONFIG_LIBUKBINFMT is not set
172+
CONFIG_LIBUKBITOPS=y
173+
# CONFIG_LIBUKBLKDEV is not set
174+
CONFIG_LIBUKBOOT=y
175+
# CONFIG_LIBUKBOOT_BANNER_NONE is not set
176+
# CONFIG_LIBUKBOOT_BANNER_MINIMAL is not set
177+
# CONFIG_LIBUKBOOT_BANNER_CLASSIC is not set
178+
CONFIG_LIBUKBOOT_BANNER_POWEREDBY=y
179+
# CONFIG_LIBUKBOOT_BANNER_POWEREDBY_ANSI is not set
180+
# CONFIG_LIBUKBOOT_BANNER_POWEREDBY_ANSI2 is not set
181+
# CONFIG_LIBUKBOOT_BANNER_POWEREDBY_EA is not set
182+
# CONFIG_LIBUKBOOT_BANNER_POWEREDBY_EAANSI is not set
183+
# CONFIG_LIBUKBOOT_BANNER_POWEREDBY_EAANSI2 is not set
184+
# CONFIG_LIBUKBOOT_BANNER_POWEREDBY_U8 is not set
185+
# CONFIG_LIBUKBOOT_BANNER_POWEREDBY_U8ANSI is not set
186+
# CONFIG_LIBUKBOOT_BANNER_POWEREDBY_U8ANSI2 is not set
187+
CONFIG_LIBUKBOOT_CMDLINE_MAX_LEN=4096
188+
CONFIG_LIBUKBOOT_MAXNBARGS=60
189+
CONFIG_LIBUKBOOT_INITALLOC=y
190+
CONFIG_LIBUKBOOT_INITBBUDDY=y
191+
# CONFIG_LIBUKBOOT_INITREGION is not set
192+
# CONFIG_LIBUKBOOT_INITNOALLOC is not set
193+
CONFIG_LIBUKBOOT_INITSCHED=y
194+
CONFIG_LIBUKBOOT_INITSCHEDCOOP=y
195+
# CONFIG_LIBUKBOOT_INITNOSCHED is not set
196+
# CONFIG_LIBUKBOOT_MAINTHREAD is not set
197+
CONFIG_LIBUKBOOT_ALLOCSTACK=y
198+
# CONFIG_LIBUKBUS is not set
199+
CONFIG_LIBUKCONSOLE=y
200+
# CONFIG_LIBUKCONSOLE_TEST is not set
201+
CONFIG_LIBUKDEBUG=y
202+
CONFIG_LIBUKDEBUG_PRINTK=y
203+
# CONFIG_LIBUKDEBUG_PRINTK_INFO is not set
204+
# CONFIG_LIBUKDEBUG_PRINTK_WARN is not set
205+
CONFIG_LIBUKDEBUG_PRINTK_ERR=y
206+
# CONFIG_LIBUKDEBUG_PRINTK_CRIT is not set
207+
# CONFIG_LIBUKDEBUG_PRINTD is not set
208+
# CONFIG_LIBUKDEBUG_NOREDIR is not set
209+
CONFIG_LIBUKDEBUG_REDIR_PRINTD=y
210+
# CONFIG_LIBUKDEBUG_REDIR_PRINTK is not set
211+
CONFIG_LIBUKDEBUG_PRINT_TIME=y
212+
# CONFIG_LIBUKDEBUG_PRINT_THREAD is not set
213+
# CONFIG_LIBUKDEBUG_PRINT_CALLER is not set
214+
CONFIG_LIBUKDEBUG_PRINT_SRCNAME=y
215+
# CONFIG_LIBUKDEBUG_ANSI_COLOR is not set
216+
CONFIG_LIBUKDEBUG_ENABLE_ASSERT=y
217+
# CONFIG_LIBUKDEBUG_TRACEPOINTS is not set
218+
# CONFIG_LIBUKFALLOC is not set
219+
# CONFIG_LIBUKFALLOCBUDDY is not set
220+
# CONFIG_LIBUKFILE is not set
221+
# CONFIG_LIBUKGCOV is not set
222+
CONFIG_HAVE_INTCTLR=y
223+
CONFIG_LIBUKINTCTLR=y
224+
CONFIG_LIBUKINTCTLR_MAX_HANDLERS_PER_IRQ=8
225+
# CONFIG_LIBUKINTCTLR_ISR_ECTX_ASSERTIONS is not set
226+
CONFIG_LIBUKLIBID=y
227+
CONFIG_LIBUKLIBID_INFO=y
228+
229+
#
230+
# Global metadata
231+
#
232+
CONFIG_LIBUKLIBID_INFO_UKFULLVERSION=y
233+
# CONFIG_LIBUKLIBID_INFO_UKCODENAME is not set
234+
# CONFIG_LIBUKLIBID_INFO_COMPILER is not set
235+
CONFIG_LIBUKLIBID_INFO_COMPILEDATE=y
236+
# CONFIG_LIBUKLIBID_INFO_UKCONFIGGZ is not set
237+
# end of Global metadata
238+
239+
#
240+
# Per library metadata
241+
#
242+
# CONFIG_LIBUKLIBID_INFO_LIB_UKVERSION is not set
243+
# CONFIG_LIBUKLIBID_INFO_LIB_UKCODENAME is not set
244+
CONFIG_LIBUKLIBID_INFO_LIB_COMPILER=y
245+
# CONFIG_LIBUKLIBID_INFO_LIB_COMPILEDATE is not set
246+
# end of Per library metadata
247+
248+
# CONFIG_LIBUKLIBID_INFO_COMPILEDBY is not set
249+
# CONFIG_LIBUKLIBID_INFO_BOOTDUMP is not set
250+
# CONFIG_LIBUKLIBPARAM is not set
251+
# CONFIG_LIBUKLOCK is not set
252+
# CONFIG_LIBUKMMAP is not set
253+
# CONFIG_LIBUKMPI is not set
254+
# CONFIG_LIBUKNETDEV is not set
255+
# CONFIG_LIBUKNOFAULT is not set
256+
# CONFIG_LIBUKRANDOM is not set
257+
# CONFIG_LIBUKRING is not set
258+
# CONFIG_LIBUKRUST is not set
259+
CONFIG_LIBUKSCHED=y
260+
# CONFIG_LIBUKSCHED_DEBUG is not set
261+
CONFIG_LIBUKSCHEDCOOP=y
262+
# CONFIG_LIBUKSGLIST is not set
263+
# CONFIG_LIBUKSIGNAL is not set
264+
# CONFIG_LIBUKSP is not set
265+
# CONFIG_LIBUKSTORE is not set
266+
# CONFIG_LIBUKSTREAMBUF is not set
267+
# CONFIG_LIBUKTEST is not set
268+
CONFIG_LIBUKTIMECONV=y
269+
# CONFIG_LIBUKVMEM is not set
270+
# CONFIG_LIBVFSCORE is not set
271+
CONFIG_HAVE_BOOTENTRY=y
272+
CONFIG_HAVE_SCHED=y
273+
# end of Library Configuration
274+
275+
#
276+
# Application Options
277+
#
278+
279+
#
280+
# Build Options
281+
#
282+
# CONFIG_OPTIMIZE_NONE is not set
283+
CONFIG_OPTIMIZE_PERF=y
284+
# CONFIG_OPTIMIZE_SIZE is not set
285+
286+
#
287+
# Hint: Specify a CPU type to get most benefits from performance optimization
288+
#
289+
CONFIG_OPTIMIZE_NOOMITFP=y
290+
# CONFIG_OPTIMIZE_DEADELIM is not set
291+
# CONFIG_OPTIMIZE_LTO is not set
292+
# CONFIG_OPTIMIZE_PIE is not set
293+
# CONFIG_DEBUG_SYMBOLS_LVL0 is not set
294+
# CONFIG_DEBUG_SYMBOLS_LVL1 is not set
295+
# CONFIG_DEBUG_SYMBOLS_LVL2 is not set
296+
CONFIG_DEBUG_SYMBOLS_LVL3=y
297+
# CONFIG_OPTIMIZE_WARNISERROR is not set
298+
# CONFIG_OPTIMIZE_SYMFILE is not set
299+
# CONFIG_OPTIMIZE_COMPRESS is not set
300+
# CONFIG_RECORD_BUILDTIME is not set
301+
CONFIG_CROSS_COMPILE=""
302+
CONFIG_LLVM_TARGET_ARCH=""
303+
# end of Build Options
304+
305+
CONFIG_UK_NAME="rs-hello"

0 commit comments

Comments
 (0)