Skip to content

A simple OS running on RISC-V for education

License

Notifications You must be signed in to change notification settings

zhouzhq2021/lzu_oslab

 
 

Repository files navigation

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

About

A simple OS running on RISC-V for education

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.7%
  • Makefile 5.9%
  • Assembly 3.8%
  • Python 1.7%
  • JavaScript 1.5%
  • Shell 0.4%