Go to file
2024-10-18 04:53:11 -04:00
bin fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
docs Adjust tabsize in doxygen 2023-09-09 20:28:00 -04:00
include Fix the logic for block allocations and check for errors in fiotest. 2023-11-21 22:52:10 -05:00
lib fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
pxelinux Remove unnecessary file and cleanup to pci.c 2014-07-01 12:34:28 -07:00
release Implemented write support in the file system and added fiotest, and stat 2023-11-21 21:37:17 -05:00
sbin fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -04:00
sys large TLB entries 2024-10-18 04:53:11 -04:00
tests fix clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -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 clang18; Wextra; lots of stuff 2024-10-04 01:55:19 -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.