└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # BUAA Operating System 2021 2 | 3 | 操作系统实验课代码。查看代码内容请切换到相应分支查看。 4 | 5 | 已完成 `lab6-challenge` 并申优。 6 | 7 | ## Acknowledgements 8 | 9 | 完成 lab2 - lab6 以及 challenge 过程中,感谢以下 repos 作者的帮助: 10 | 11 | - [login256](https://github.com/login256/BUAA-OS-2019) 12 | - [VOIDMalkuth](https://github.com/VOIDMalkuth/BUAA_OS_2019_Code) 13 | - [refkxh](https://github.com/refkxh/BUAA_OS_2020Spring) 14 | - [Michael-Steven](https://github.com/Michael-Steven/BUAA_OS_2019) 15 | - [Coekjan](https://github.com/Coekjan/SOMOS) 16 | - [roife](https://github.com/roife/BUAA-OS) 17 | 18 | ## Environment 19 | 20 | 本地实验环境下载:[传送门](https://bhpan.buaa.edu.cn:443/link/05DF3066E594C474DF65A171DE8A5E2A) ,实验所需环境包括操作系统模拟器 gxemul 以及 MIPS 交叉编译器,需在 Linux 系统下运行。环境部署完成后需修改 OS 代码的 `Makefile` 与 `include.mk` 填入正确的编译器路径与 gxemul 路径( `OSLAB` 目录默认放置于根目录下) 21 | 22 | --------------------------------------------------------------------------------