nemu: basic devShell

This commit is contained in:
xinyangli 2024-01-11 17:14:41 +08:00
parent fd3838a61d
commit 096cc220d1
No known key found for this signature in database
3 changed files with 144 additions and 1 deletions

View file

@ -4,7 +4,7 @@ STUNAME = 李心杨
# DO NOT modify the following code!!!
TRACER = tracer-ysyx
GITFLAGS = -q --author='$(TRACER) <tracer@ysyx.org>' --no-verify --allow-empty
GITFLAGS = -q --author='$(TRACER) <tracer@ysyx.org>' --no-verify --allow-empty --no-gpg-sign
YSYX_HOME = $(NEMU_HOME)/..
WORK_BRANCH = $(shell git rev-parse --abbrev-ref HEAD)