Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
bin/ | 23-Nov-2023 | - | ||||
docs/ | 23-Nov-2023 | - | ||||
include/ | 23-Nov-2023 | - | ||||
lib/ | 23-Nov-2023 | - | ||||
pxelinux/ | 23-Nov-2023 | - | ||||
release/ | 23-Nov-2023 | - | ||||
sbin/ | 23-Nov-2023 | - | ||||
sys/ | 23-Nov-2023 | - | ||||
tests/ | 23-Nov-2023 | - | ||||
.gitignore | D | 23-Nov-2023 | 146 | |||
AUTHORS | D | 23-Nov-2023 | 80 | |||
LICENSE | D | 23-Nov-2023 | 735 | |||
README | D | 23-Nov-2023 | 407 | |||
SConstruct | D | 23-Nov-2023 | 8.1 KiB |
README
1 2Building COS requires: 3 - SCons 4.0+ 4 - Clang 15 5 - Qemu for simulation 6 7To build the source code run: 8# scons 9 10To clean the source tree run: 11# scons -c 12 13Building the documentation requires: 14 - Doxygen 15 - Graphviz 16 - dia 17 - Inkscape or png2pdf 18 19To build the documentation run the following command in the root folder: 20# doxygen docs/Doxyfile 21 22This will place the resulting HTML documentation in docs/html. 23