diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 13:40:15 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 13:40:15 +0100 |
| commit | d2f37b5965d5c122bbc0e86e0e91b0d631012325 (patch) | |
| tree | 888277f57ea7518d507a5df17b1c679e10f8aac9 /README.md | |
| parent | b6e7782be4a7e5d6e4b40787f0bb4e5c65e99520 (diff) | |
Make autobootstrap system
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 |