Skip to content

Commit

Permalink
Add tutorial video for MacOS users
Browse files Browse the repository at this point in the history
  • Loading branch information
yhzhang0128 committed Aug 29, 2022
1 parent 1664ae1 commit ed540da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The definitions of `struct earth` and `struct grass` in [**egos.h**](library/ego
### Usages and Documentation
For compiling and running egos-2000, please read [USAGES.md](references/USAGES.md) or watch the tutorial videos ([Linux/MacOS user](https://youtu.be/JDApdvnnz4A), [Windows user](https://youtu.be/VTTynr9MZRg)).
For compiling and running egos-2000, please read [USAGES.md](references/USAGES.md) or watch the tutorial videos ([MacOS](https://youtu.be/v8PW2N5edCc), [Linux](https://youtu.be/JDApdvnnz4A) or [Windows](https://youtu.be/VTTynr9MZRg)).
[This document](references/README.md) further introduces the teaching plans, architecture and development history.
The [RISC-V instruction set manual](references/riscv-privileged-v1.10.pdf) introduces the privileged registers used by egos-2000.
Expand Down
4 changes: 2 additions & 2 deletions references/USAGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Compile and run egos-2000

You can use Windows, Linux or MacOS. For Windows users, use WSL (Windows Subsystem for Linux) for step1 and step2.
There are also two tutorial videos for [Linux/MacOS](https://youtu.be/JDApdvnnz4A) and [Windows](https://youtu.be/VTTynr9MZRg).
You can use MacOS, Linux or Windows. For Windows users, use WSL (Windows Subsystem for Linux) for step1 and step2.
There are also tutorial videos for [MacOS](https://youtu.be/v8PW2N5edCc), [Linux](https://youtu.be/JDApdvnnz4A) and [Windows](https://youtu.be/VTTynr9MZRg).

## Step1: Setup the compiler and compile egos-2000

Expand Down

0 comments on commit ed540da

Please sign in to comment.