Go to file
2023-09-22 21:37:37 -04:00
bin clarify that bin/cat only takes one argument 2023-09-20 11:48:09 -04:00
docs Adjust tabsize in doxygen 2023-09-09 20:28:00 -04:00
include Add EPERM to errno.h 2023-08-27 16:56:13 -04:00
lib Fix backspace emulation in the serial console and in fgets() 2023-09-22 21:07:27 -04:00
pxelinux Remove unnecessary file and cleanup to pci.c 2014-07-01 12:34:28 -07:00
release Add spawntest to tests directory. 2023-09-03 14:55:51 -04:00
sbin Create a toolenv for newfs 2023-09-10 21:03:01 -04:00
sys Reorganize the kernel binary to support loading a non-stripped kernel. 2023-09-22 21:37:37 -04:00
tests Add spawntest to tests directory. 2023-09-03 14:55:51 -04:00
.gitignore Add compile_commands.json to gitignore 2023-08-22 22:04:44 -04:00
AUTHORS added Emil as author 2023-09-10 14:53:35 -04:00
LICENSE Update license 2023-08-21 17:44:50 -04:00
README Cleanup documentation add doxygen and README. 2023-09-09 18:15:41 -04:00
SConstruct Fix the DEBUG and PERF build targets. 2023-09-22 21:36:50 -04:00

Building COS requires:
 - SCons 4.0+
 - Clang 15
 - Qemu for simulation

To build the source code run:
# scons

To clean the source tree run:
# scons -c

Building the documentation requires:
 - Doxygen
 - Graphviz
 - dia
 - Inkscape or png2pdf

To build the documentation run the following command in the root folder:
# doxygen docs/Doxyfile

This will place the resulting HTML documentation in docs/html.