Update OS

This commit is contained in:
Alex
2023-08-06 04:55:00 +03:00
parent 7e78c2e124
commit 4b930236c7
10 changed files with 34 additions and 32 deletions

View File

@ -26,8 +26,6 @@ BUILD_MODULES = 1
QUIET_BUILD = 1
USERSPACE_STATIC_LIBS = 1
# The path of the cross-compiler.
COMPILER_PATH = tools/cross/bin
@ -39,14 +37,14 @@ LIMINE_FOLDER = tools/limine
# it will be added automatically depending on the OSARCH)
QEMU_PATH = tools/cross/bin/qemu-system-
# Enable mlibc
MLIBC = 0
# Set libc to use. Available options:
# - internal - Use the internal libc
# - musl - Use musl libc (linux syscalls)
# - mlibc - Use mlibc
USE_LIBC = internal
# Build all libraries as static libraries.
USERSPACE_STATIC_LIBS = 0