aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-02-10 13:40:15 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-02-10 13:40:15 +0100
commitd2f37b5965d5c122bbc0e86e0e91b0d631012325 (patch)
tree888277f57ea7518d507a5df17b1c679e10f8aac9 /README.md
parentb6e7782be4a7e5d6e4b40787f0bb4e5c65e99520 (diff)
Make autobootstrap system
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 14 insertions, 11 deletions
diff --git a/README.md b/README.md
index 7731635..02e64ce 100644
--- a/README.md
+++ b/README.md
@@ -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