Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 287 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 287 Bytes

lzu_oslab

A simple OS running on RISC-V for education

要想部署支持 RISC-V 的 QEMU,可以执行以下命令:

sudo apt update
sudo apt install git
# 提前配置 ssh 的密钥方便上传
git clone [email protected]:LZU-OSLab/lzu_oslab.git
cd lzu_oslab
./setup.sh