Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 328 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 328 Bytes

cheapRTOS (in development)

Requirements

  • Zig (Master)
  • riscv64-unknown-elf compiler and linker
  • QEMU RISC-V System

(Optional)

GDB Multiarch

Building

Run zig build.

Running

Run zig build run, will spawn QEMU session.

Debugging

Run zig build run -Dgdb, will create localhost:1234 GDB server.