From 7d0c8943ce4ee05eda975d3c29678ac25fc59af4 Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Fri, 25 Aug 2017 17:24:20 +0800 Subject: [PATCH] add README.md --- .gitignore | 1 + README.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index d910791..c986ee5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ * !*/ !Makefile +!README.md !.gitignore !init.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..affb6fa --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# ICS2017 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/ics2017-programming-assignment/content/ + +To initialize, run +```bash +bash init.sh +``` + +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) +* [Nanos-lite](https://github.com/NJU-ProjectN/nanos-lite) +* [Navy-apps](https://github.com/NJU-ProjectN/navy-apps)