blob: 17c37f257a784f805b94afbd0dd43e3a665f48bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
|