xref:
  • Home
  • History
  • Annotate
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-

.gitignoreD23-Nov-2023146

AUTHORSD23-Nov-202380

LICENSED23-Nov-2023735

READMED23-Nov-2023407

SConstructD23-Nov-20238.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