# BoxOS 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. ## Compiling You will need the following to compile the Box kernel: * A working Unix environment * A working copy of the clang compiler ## Copyright Copyright (C) 2025 Danny Holman, dholman@gymli.org