build: add build script to configure kernel and tools build systems

This commit is contained in:
2025-05-19 22:01:12 +01:00
parent 4d12cab7f7
commit 675a6de47e
5 changed files with 55 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# the name of the target operating system
set(CMAKE_SYSTEM_NAME Magenta)
set(CMAKE_SYSTEM_NAME Mango)
# which compilers to use for C and C++
set(CMAKE_C_COMPILER x86_64-elf-gcc)