blob: 38a2c2c70954dd999f114151c6f88b0cfbaf760a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.
## Compiling
You will need the following to compile the Box kernel:
* A working Unix environment
* An x86_64-elf cross compiler
* A QEMU-compatible VM to test the operating system
## Copyright
Copyright (C) 2025 Danny Holman, dholman@gymli.org
|