From 722f8e81920fe092b36faa935c695136bbca888f Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Wed, 30 Aug 2023 17:05:59 +0800 Subject: [PATCH] ready for ics2023 --- Makefile | 4 ++-- README.md | 4 ++-- init.sh | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index a4e3bb6..56e7e57 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -STUID = 211220000 +STUID = 221220000 STUNAME = 张三 # DO NOT modify the following code!!! -GITFLAGS = -q --author='tracer-ics2022 ' --no-verify --allow-empty +GITFLAGS = -q --author='tracer-ics2023 ' --no-verify --allow-empty # prototype: git_commit(msg) define git_commit diff --git a/README.md b/README.md index 57c124c..2eeefc1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# ICS2022 Programming Assignment +# ICS2023 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 https://nju-projectn.github.io/ics-pa-gitbook/ics2022/ +refer to https://nju-projectn.github.io/ics-pa-gitbook/ics2023/ To initialize, run ```bash diff --git a/init.sh b/init.sh index f2bf40c..8fbfa8f 100644 --- a/init.sh +++ b/init.sh @@ -40,10 +40,10 @@ function init() { case $1 in nemu) - init NJU-ProjectN/nemu ics2022 nemu true NEMU_HOME + init NJU-ProjectN/nemu ics2023 nemu true NEMU_HOME ;; abstract-machine) - init NJU-ProjectN/abstract-machine ics2022 abstract-machine true AM_HOME + init NJU-ProjectN/abstract-machine ics2023 abstract-machine true AM_HOME init NJU-ProjectN/fceux-am ics2021 fceux-am false ;; am-kernels) @@ -53,7 +53,7 @@ case $1 in init NJU-ProjectN/nanos-lite ics2021 nanos-lite true ;; navy-apps) - init NJU-ProjectN/navy-apps ics2021 navy-apps true NAVY_HOME + init NJU-ProjectN/navy-apps ics2023 navy-apps true NAVY_HOME ;; *) echo "Invalid input..."