Go to file
2023-10-02 19:33:50 -04:00
bin Add spawn and wait/waitpid functions into libc. 2023-10-02 19:33:47 -04:00
docs Adjust tabsize in doxygen 2023-09-09 20:28:00 -04:00
include Add spawn and wait/waitpid functions into libc. 2023-10-02 19:33:47 -04:00
lib Add spawn and wait/waitpid functions into libc. 2023-10-02 19:33:47 -04:00
pxelinux Remove unnecessary file and cleanup to pci.c 2014-07-01 12:34:28 -07:00
release Merge branch 'master' of ssh://review.rcs.uwaterloo.ca:77/source/castoros 2023-10-02 19:33:50 -04:00
sbin Create a toolenv for newfs 2023-09-10 21:03:01 -04:00
sys Add spawn and wait/waitpid functions into libc. 2023-10-02 19:33:47 -04:00
tests break up spawntest into seperate tests 2023-10-02 18:16:18 -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 Merge branch 'master' of ssh://review.rcs.uwaterloo.ca:77/source/castoros 2023-10-02 19:33: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.