From d5cef970ad65058e73c75e65916d984058623b96 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 20 Aug 2025 18:18:22 +0200 Subject: [PATCH] Change artifact URL to show newest builds first for easier access --- content/download.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/download.md b/content/download.md index 1e29966..116f63d 100644 --- a/content/download.md +++ b/content/download.md @@ -5,8 +5,9 @@ date = 2024-06-16T22:35:11+02:00 ### ExectOS ExectOS currently supports two architectures: i686 and AMD64. To get started, you can either download the appropriate binaries for your platform, or test-drive ExectOS using the QEMU emulator by downloading one of the available disk images. -All available files are listed on [this page](https://artifacts.codingworkshop.eu.org/ExectOS/). Each filename includes -the build date, commit hash, architecture, and build type (debug or release), as well as the artifact type. For example: +All available files are listed on [this page](https://artifacts.codingworkshop.eu.org/ExectOS/?C=M&O=D). Each filename +includes the build date, commit hash, architecture, and build type (debug or release), as well as the artifact type. +For example: * ExectOS-20250730-61d5e36a4e-i686-release-bin.tar.gz - Contains binary files that can be copied to a USB disk and booted on bare metal hardware.