README: add building instructions

This commit is contained in:
Josh Holtrop 2022-11-03 13:34:21 -04:00
parent 07202b902b
commit aa9809e0ed

View File

@ -6,6 +6,15 @@ HOS requires:
* A UEFI system. * A UEFI system.
* 128MB of RAM. * 128MB of RAM.
# Building HOS
From the top level of the repository, run:
./rscons
If you get errors about missing packages, install the packages and then re-run
the build command.
# Running HOS # Running HOS
## Physical Machine ## Physical Machine