blob: 15fa1c61ed0ea12012c5c8575f20ef55866943ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# BoxOS
Box is a simple Unix clone that runs on 32-bit, x86 family of processors. It is
written in C with a small portion written in assembly.
## Compiling
You will need the following to compile the Box kernel:
* i686-elf toolchain
* A working Unix environment
## Copyright
Copyright (C) 2021 Danny Holman, dholman@gymli.xyz
|