aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 02e64ce71c93608070a9db567e92b3de1473d5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# reX - a small operating system

To build the iso just run

```sh
$ make -j$(nporc)
```

This will automatically bootstrap the whole system.
More precisely it:

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


## Author

Nathan P. Reiner