Change artifact URL to show newest builds first for easier access
All checks were successful
Builds / ExectOS WebSite (push) Successful in 14s

This commit is contained in:
Aiken Harris 2025-08-20 18:18:22 +02:00
parent 60b2e697f5
commit d5cef970ad
Signed by: harraiken
GPG Key ID: C40F06CB7493C1F5

View File

@ -5,8 +5,9 @@ date = 2024-06-16T22:35:11+02:00
### ExectOS ### ExectOS
ExectOS currently supports two architectures: i686 and AMD64. To get started, you can either download the appropriate 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. 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 All available files are listed on [this page](https://artifacts.codingworkshop.eu.org/ExectOS/?C=M&O=D). Each filename
the build date, commit hash, architecture, and build type (debug or release), as well as the artifact type. For example: 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 * 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. on bare metal hardware.