Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 191 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 191 Bytes

RISC-V OS using Rust

  • From scratch

  • Make a hard disk img

dd if=/dev/zero of=hdd.dsk count=32 bs=1M
  • Build
make
make run 
  • Boot

Boot Screen