diff --git a/src/getting_started/real_hardware.md b/src/getting_started/real_hardware.md index f4ef738163006d8a4d29749e982fabe2fa1aaf13..bd97dfa717c3367fa271beb913ff185252e50b47 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.