ready for ics2023
This commit is contained in:
4
Makefile
4
Makefile
@ -1,9 +1,9 @@
|
||||
STUID = 211220000
|
||||
STUID = 221220000
|
||||
STUNAME = 张三
|
||||
|
||||
# DO NOT modify the following code!!!
|
||||
|
||||
GITFLAGS = -q --author='tracer-ics2022 <tracer@njuics.org>' --no-verify --allow-empty
|
||||
GITFLAGS = -q --author='tracer-ics2023 <tracer@njuics.org>' --no-verify --allow-empty
|
||||
|
||||
# prototype: git_commit(msg)
|
||||
define git_commit
|
||||
|
@ -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
|
||||
|
6
init.sh
6
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..."
|
||||
|
Reference in New Issue
Block a user