diff options
author | clyne <clyne@bitgloo.com> | 2018-12-02 14:20:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 14:20:22 -0500 |
commit | 1abf75ff045809835e3794d99ebd88bba798c469 (patch) | |
tree | 35c5fd448b8dbf696d7c545e06b3b9317560c66b | |
parent | 8bec5add0c272acf6f29512246d129efffb7a34b (diff) |
Fixed another link
-rw-r--r-- | arm-stmos/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm-stmos/README.md b/arm-stmos/README.md index 3d44f02..91735bf 100644 --- a/arm-stmos/README.md +++ b/arm-stmos/README.md @@ -3,7 +3,7 @@ A special binutils/gcc toolchain is necessary to build stmos and associated programs. For convenience, a bash script has been written to attempt to automate the majority of the compilation/installation process. This process is based of -off various tutorials from [osdev.org](wiki.osdev.org). +off various tutorials from [osdev.org](https://wiki.osdev.org). Some programs are required for the build process. A list can be found [here](https://wiki.osdev.org/GCC_Cross-Compiler#Installing_Dependencies). Once installed, just run the script: |