Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-28668-2608132
OSKernel2024-XV6GP-3507
Commits
788b63ef
Commit
788b63ef
authored
5 months ago
by
{zhangyanxun}
Browse files
Options
Download
Patches
Plain Diff
oslab-final
parents
Changes
107
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Dockerfile
+12
-0
Dockerfile
LICENSE
+24
-0
LICENSE
Makefile
+529
-0
Makefile
README
+45
-0
README
__pycache__/gradelib.cpython-312.pyc
+0
-0
__pycache__/gradelib.cpython-312.pyc
clang-format.py
+14
-0
clang-format.py
commit.patch
+422
-0
commit.patch
conf/lab.mk
+1
-0
conf/lab.mk
kernel/bio.c
+180
-0
kernel/bio.c
kernel/buf.h
+12
-0
kernel/buf.h
kernel/console.c
+183
-0
kernel/console.c
kernel/date.h
+8
-0
kernel/date.h
kernel/defs.h
+245
-0
kernel/defs.h
kernel/elf.h
+42
-0
kernel/elf.h
kernel/entry.S
+20
-0
kernel/entry.S
kernel/exec.c
+133
-0
kernel/exec.c
kernel/fcntl.h
+5
-0
kernel/fcntl.h
kernel/file.c
+153
-0
kernel/file.c
kernel/file.h
+51
-0
kernel/file.h
kernel/fs.c
+593
-0
kernel/fs.c
with
2672 additions
and
0 deletions
+2672
-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