From 1ee07e7f9262353b45c79541caec39b67eedf551 Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Sat, 21 Mar 2026 22:06:05 +0100 Subject: [PATCH] docs Front page add ISO download links --- docs/index.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 227d864..fd68ee2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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