ready for ics2023
This commit is contained in:
4
Makefile
4
Makefile
@ -1,9 +1,9 @@
|
|||||||
STUID = 211220000
|
STUID = 221220000
|
||||||
STUNAME = 张三
|
STUNAME = 张三
|
||||||
|
|
||||||
# DO NOT modify the following code!!!
|
# 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)
|
# prototype: git_commit(msg)
|
||||||
define git_commit
|
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)
|
This project is the programming assignment of the class ICS(Introduction to Computer System)
|
||||||
in Department of Computer Science and Technology, Nanjing University.
|
in Department of Computer Science and Technology, Nanjing University.
|
||||||
|
|
||||||
For the guide of this programming assignment,
|
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
|
To initialize, run
|
||||||
```bash
|
```bash
|
||||||
|
6
init.sh
6
init.sh
@ -40,10 +40,10 @@ function init() {
|
|||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
nemu)
|
nemu)
|
||||||
init NJU-ProjectN/nemu ics2022 nemu true NEMU_HOME
|
init NJU-ProjectN/nemu ics2023 nemu true NEMU_HOME
|
||||||
;;
|
;;
|
||||||
abstract-machine)
|
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
|
init NJU-ProjectN/fceux-am ics2021 fceux-am false
|
||||||
;;
|
;;
|
||||||
am-kernels)
|
am-kernels)
|
||||||
@ -53,7 +53,7 @@ case $1 in
|
|||||||
init NJU-ProjectN/nanos-lite ics2021 nanos-lite true
|
init NJU-ProjectN/nanos-lite ics2021 nanos-lite true
|
||||||
;;
|
;;
|
||||||
navy-apps)
|
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..."
|
echo "Invalid input..."
|
||||||
|
Reference in New Issue
Block a user