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-28668-2608132
osKernel2024-oslab-369
Commits
ee5afc54
Commit
ee5afc54
authored
5 months ago
by
segmentation_fault
Browse files
Options
Download
Patches
Plain Diff
lock
parent
6ed8f4e6
Changes
81
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Dockerfile
+0
-12
Dockerfile
Makefile
+101
-53
Makefile
conf/lab.mk
+1
-1
conf/lab.mk
grade-lab-lock
+54
-0
grade-lab-lock
grade-lab-sched
+0
-11
grade-lab-sched
gradelib.py
+12
-5
gradelib.py
kernel/bio.c
+117
-46
kernel/bio.c
kernel/console.c
+66
-55
kernel/console.c
kernel/defs.h
+39
-16
kernel/defs.h
kernel/exec.c
+64
-39
kernel/exec.c
kernel/file.c
+63
-34
kernel/file.c
kernel/file.h
+8
-0
kernel/file.h
kernel/fs.c
+182
-100
kernel/fs.c
kernel/kalloc.c
+64
-36
kernel/kalloc.c
kernel/kernelvec.S
+4
-4
kernel/kernelvec.S
kernel/log.c
+63
-37
kernel/log.c
kernel/main.c
+31
-22
kernel/main.c
kernel/memlayout.h
+2
-2
kernel/memlayout.h
kernel/param.h
+2
-1
kernel/param.h
kernel/pipe.c
+43
-24
kernel/pipe.c
with
916 additions
and
498 deletions
+916
-498
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