From d2f37b5965d5c122bbc0e86e0e91b0d631012325 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 10 Feb 2023 13:40:15 +0100 Subject: Make autobootstrap system --- README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-70-g09d2