From a5672be5ad59bf0d76dd3a888ec25d4d8b3bb04c Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 8 Dec 2022 10:35:32 +0200 Subject: [PATCH] Updated config --- Makefile.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index c44a39a5..8a8196db 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -33,8 +33,11 @@ LIMINE_FOLDER = tools/limine # it will be added automatically depending on the OSARCH) QEMU_PATH = tools/cross/bin/qemu-system- +# Enable newlib +NEWLIB = 0 - +# Enable mlibc +MLIBC = 0