diff options
author | Danny Holman <dholman@gymli.org> | 2025-08-28 08:36:42 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-08-28 08:36:42 -0500 |
commit | a3085f5b9309c659c58282b4e50d955dcb0c0b7f (patch) | |
tree | 0b41f921d7d4e40b96392149be291542648e1f68 /README.md | |
parent | bootstrap: create build files (diff) | |
download | box-a3085f5b9309c659c58282b4e50d955dcb0c0b7f.tar.gz box-a3085f5b9309c659c58282b4e50d955dcb0c0b7f.tar.zst box-a3085f5b9309c659c58282b4e50d955dcb0c0b7f.zip |
Update the build configuration files for the included bootloader to
match the formatting requirements of the main build configs.
Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -3,16 +3,14 @@ Box is a simple Unix-like operating system that runs on the x86_64 architecture. It is written in C with a small portion written in assembly. The kernel, user space and bootstrap loader are all written under the terms of the -GNU General Public License v2. The POSIX-UEFI library that the bootstrap loader -builds against can be found [here](https://gitlab.com/bztsrc/posix-uefi) and is -released under the terms of the MIT License. +GNU General Public License v2. ## Compiling You will need the following to compile the Box kernel: * A working Unix environment -* An x86_64-elf cross compiler +* A working copy of the clang compiler ## Copyright |