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