From 38743e0b56eec47871ac2d72f9e2efee6a2a9d80 Mon Sep 17 00:00:00 2001 From: Vinicius Silva Date: Thu, 27 Jun 2024 14:50:49 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b8fe82..2eb10d4 100644 --- a/README.md +++ b/README.md @@ -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