Update README.md

This commit is contained in:
Vinicius Silva 2024-06-27 14:50:49 -03:00 committed by GitHub
parent 0df9cd8617
commit 38743e0b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# riscv64_asm
This repository contains 64 bits RISCV assembly files from beginning to expert level.
## Running riscv64 assembly on different CPU architecture without setup a RISCV 64 Virtual Machine
## Running riscv64 assembly on a different CPU architecture without setup a RISCV 64 Virtual Machine
* Install packages
```shell
$ sudo apt-get update
@ -15,7 +15,7 @@ $ riscv64-unknonwn-elf-ld -o output output.out # Linking assembly
$ qemu-riscv64 output # Running ELF
```
## Setup a Ubuntu for RISCV 64 Virtual Machine with QEMU
## Setup a Ubuntu for RISCV 64 Virtual Machine with QEMU on a different CPU architecture
#### First Step - Install Prerequistites