Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

run (179B)


      1 clang --target=riscv64 -march=rv64gc -ffreestanding -nostdlib -nostartfiles -fuse-ld=lld -Wl,-T,linker.ld riscv.S -o riscv.elf
      2 qemu-system-riscv64 -machine virt -kernel riscv.elf