From f43f41800f05096c6f251d6494fca8d9a544ec65 Mon Sep 17 00:00:00 2001 From: gil Date: Tue, 14 May 2024 09:43:38 -0500 Subject: [PATCH] Commented out riscv32 target --- .cargo/config.toml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index ee5c196..92a6f91 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -3,16 +3,17 @@ [build] target = "riscv64imac-unknown-none-elf" -# options for riscv32 (not currently in use) -[target.riscv32imac-unknown-none-elf] -runner = """ qemu-system-riscv32 - -cpu rv32 - -machine virt - -m 150M - -s - -nographic - -serial mon:stdio - -bios """ +# Options for riscv32 (not currently in use) +# +# [target.riscv32imac-unknown-none-elf] +# runner = """ qemu-system-riscv32 +# -cpu rv32 +# -machine virt +# -m 150M +# -s +# -nographic +# -serial mon:stdio +# -bios """ [target.riscv64imac-unknown-none-elf] runner = """ qemu-system-riscv64