ready for ics2020

This commit is contained in:
Zihao Yu
2020-09-04 10:55:21 +08:00
parent c3969eab67
commit 38f8b8a966
3 changed files with 56 additions and 33 deletions

View File

@ -1,17 +1,19 @@
# ICS2019 Programming Assignment
# 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.
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/ics2019-programming-assignment/content/
refer to http://nju-ics.gitbooks.io/ics2020-programming-assignment/content/
To initialize, run
```bash
bash init.sh
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)
* [Nexus-am](https://github.com/NJU-ProjectN/nexus-am)
* [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)