diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -1,19 +1,22 @@ # reX - a small operating system -## Build Slib +To build the iso just run -```make -make lib +```sh +$ make -j$(nporc) ``` -## Build Core +This will automatically bootstrap the whole system. +More precisely it: -```make -make core -``` +1. Builds all binaries +2. Fetches SYSLINUX +3. Fetcher the latest kernel +4. Builds the latest kernel +5. Creates an initramfs +6. Creates an iso with ISOLINUX -## Build Smash -``` -make smash -``` +## Author + +Nathan P. Reiner |