exectos/sdk/cmake
Rafal Kupiec 39208ac1cd
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 26s
Add ability to produce linker map file
2024-01-02 10:49:51 +01:00
..
version Add separate definitions for XTLDR version 2023-12-18 23:37:06 +01:00
baseaddress.cmake Let UEFI firmware load xtldr into lower half 2023-12-02 09:02:04 +01:00
functions.cmake Add ability to produce linker map file 2024-01-02 10:49:51 +01:00
qemu.cmake Correct code formatting 2023-11-28 14:05:08 +01:00
README.md Add more readmes to describe XTOS components and source code tree directories 2023-05-18 21:24:33 +02:00
toolchain.cmake Enable LLVM MASM Assembly 2023-11-20 23:30:44 +01:00
version.cmake Add separate definitions for XTLDR version 2023-12-18 23:37:06 +01:00
xtchain.cmake Add ability to produce linker map file 2024-01-02 10:49:51 +01:00

Cmake Build System

This directory contains a set of .cmake files that provide the necessary configuration and functionality for the build process. These files provide the necessary toolchain configuration, additional functions for the build system, and QEMU configuration for testing the XT Operating System.