# ics-2020 **Repository Path**: guweijie/ics-2020 ## Basic Information - **Project Name**: ics-2020 - **Description**: No description available - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: riscv - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-03-03 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ICS2020 Programming Assignment This project is the programming assignment of the class ICS(Introduction to Computer System) in Department of Computer Science and Technology, Nanjing University. For the guide of this programming assignment, refer to http://nju-ics.gitbooks.io/ics2020-programming-assignment/content/ To initialize, run ```bash bash init.sh subproject-name ``` See `init.sh` for more details. The following subprojects/components are included. Some of them are not fully implemented. * [NEMU](https://github.com/NJU-ProjectN/nemu) * [Abstract-Machine](https://github.com/NJU-ProjectN/abstract-machine) * [Nanos-lite](https://github.com/NJU-ProjectN/nanos-lite) * [Navy-apps](https://github.com/NJU-ProjectN/navy-apps) -- PA4分时运行两个用户进程还有bug