From b7eca608fb7d8bd77d79ccee2095062c97259511 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 19 Oct 2024 11:52:56 +0200 Subject: [PATCH] improve readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f67b264..8a4e78c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Emulator exit codes: Compile: 0. Requirements: `libelf` -1. `make` - should display no warnings +1. ``` + make + ``` - should display no warnings 2. Executable is `build/criscv` Compile programs: @@ -24,6 +26,6 @@ Compile programs: ``` 3. `program.bin` is the binary file with the program, pass it as an argument -rv32i, ilp32 compatible toolchain for 64bit Linux: https://lfs.m724.eu/toolchain.tar.zst `adaa74f263dcba430da588b1109bc3b90bd90a84c67b06213bd03a7bbacd1a2a` \ -Or just the stuff necessary to make a binary file: https://lfs.m724.eu/toolchainlite.tar.zst `55e79dff7ba4093dedb8151461508fc157525ad89615d49d737845af03d1643f` \ +rv32i, ilp32 compatible toolchain for 64bit Linux: [download](https://lfs.m724.eu/toolchain.tar.zst) `adaa74f263dcba430da588b1109bc3b90bd90a84c67b06213bd03a7bbacd1a2a` \ +Or just the stuff necessary to make a binary file: [download](https://lfs.m724.eu/toolchainlite.tar.zst) `55e79dff7ba4093dedb8151461508fc157525ad89615d49d737845af03d1643f` \ Those were compiled with `./configure --prefix=$(pwd)/../toolchain --with-arch=rv32i --with-abi=ilp32` and `make` \ No newline at end of file