Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-26009-2210132
project2210132-427
Commits
3d4eeff6
Commit
3d4eeff6
authored
1 year ago
by
starsinhands
Browse files
Options
Download
Patches
Plain Diff
6月1日最后更新lab1/2
parents
master
No related merge requests found
Changes
93
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.dir-locals.el
+4
-0
.dir-locals.el
.editorconfig
+22
-0
.editorconfig
.gdbinit.tmpl-riscv
+6
-0
.gdbinit.tmpl-riscv
.gitignore
+24
-0
.gitignore
.vscode/settings.json
+11
-0
.vscode/settings.json
LICENSE
+24
-0
LICENSE
Makefile
+441
-0
Makefile
README
+47
-0
README
conf/lab.mk
+1
-0
conf/lab.mk
grade-lab-pgtbl
+78
-0
grade-lab-pgtbl
grade-lab-syscall
+64
-0
grade-lab-syscall
grade-lab-util
+86
-0
grade-lab-util
gradelib.py
+611
-0
gradelib.py
kernel/bio.c
+153
-0
kernel/bio.c
kernel/buf.h
+12
-0
kernel/buf.h
kernel/console.c
+192
-0
kernel/console.c
kernel/date.h
+8
-0
kernel/date.h
kernel/defs.h
+188
-0
kernel/defs.h
kernel/elf.h
+42
-0
kernel/elf.h
kernel/entry.S
+21
-0
kernel/entry.S
with
2035 additions
and
0 deletions
+2035
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets