docs Front page add ISO download links
Some checks failed
Build ISO image / build-and-deploy (push) Successful in 3m53s
Build documentation / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-03-21 22:06:05 +01:00
parent d0b5fb2e30
commit 1ee07e7f92

View File

@@ -15,8 +15,26 @@ is the third rewrite of the same OS - and I still reuse parts from older code in
## Deploying the OS via a live ISO
The development infra is designed around Linux/POSIX utilites, so it will not work on Windows. I should put
this in a dockerfile, but that will have to wait.
### Get a prebuilt ISO (master)
[Download release](https://mop.kamkow1lair.pl/get-mop/release/mop3-release.iso)
[Download debug](https://mop.kamkow1lair.pl/get-mop/debug/mop3-debug.iso)
```
wget -c https://mop.kamkow1lair.pl/get-mop/release/mop3-release.iso
```
Or if you want to have debug symbols included (Warning: performance is significantly lower!):
```
wget -c https://mop.kamkow1lair.pl/get-mop/debug/mop3-debug.iso
```
### Building MOP3 yourself
The development infra is designed around Linux/POSIX utilites, so it will not work on Windows.
There is a Dockerfile for your convenience though.
To build everything:
@@ -24,6 +42,12 @@ To build everything:
./aux/devel.sh
```
Or with docker
```
./aux/docker_devel.sh
```
WARNING: This will write the ISO to your device of choice! Be careful!
```
sudo ./aux/write_iso.sh /dev/myusb