Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 388 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 388 Bytes

start my first os

1. 环境依赖

  • RUST nightly
  • QEMU 7.0以上版本
  • Make
qemu-system-riscv64 --version
QEMU emulator version 7.1.0
Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers

2. 编译运行

cd os
make run

3. 运行效果