From 4eb3922fcda821d7190b9128d852cf1e46eea325 Mon Sep 17 00:00:00 2001 From: Caleb Boylan Date: Sun, 26 Aug 2018 14:39:35 -0700 Subject: [PATCH] Fix redox releases link --- src/getting_started/real_hardware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting_started/real_hardware.md b/src/getting_started/real_hardware.md index f4ef738..bd97dfa 100644 --- a/src/getting_started/real_hardware.md +++ b/src/getting_started/real_hardware.md @@ -3,7 +3,7 @@ Running Redox on real hardware Currently, Redox only natively supports booting from a hard disk with no partition table. Therefore, the current ISO image uses a bootloader to load the filesystem into memory and emulates one. This is inefficent and requires a somewhat large amount of memory, which will be fixed once proper support for various things (such as a USB mass storage driver) are implemented. -Despite the awkward way it works, the ISO image is the recomended way to try out Redox on real hardware (in an emulator, a virtual hard drive is better). You can obtain an ISO image either by downloading the [latest release](https://gitlab.redox-os.org/redox-os/redox/releases), or by building one with `make iso` from the [Redox source tree](https://gitlab.redox-os.org/redox-os/redox). +Despite the awkward way it works, the ISO image is the recomended way to try out Redox on real hardware (in an emulator, a virtual hard drive is better). You can obtain an ISO image either by downloading the [latest release](https://gitlab.redox-os.org/redox-os/redox/tags), or by building one with `make iso` from the [Redox source tree](https://gitlab.redox-os.org/redox-os/redox). You can create a bootable CD or USB drive from the ISO as with other bootable disk images. -- GitLab