aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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