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
segmentation_fault
osKernel2024-oslab
Commits
6ed8f4e6
Commit
6ed8f4e6
authored
5 months ago
by
segmentation_fault
Browse files
Options
Download
Patches
Plain Diff
scheduler
parent
214b296a
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
Makefile
+3
-2
Makefile
conf/lab.mk
+1
-1
conf/lab.mk
grade-lab-sched
+11
-0
grade-lab-sched
grade-lab-syscall
+0
-69
grade-lab-syscall
grade-lab-util
+0
-171
grade-lab-util
kernel/defs.h
+4
-2
kernel/defs.h
kernel/kalloc.c
+12
-24
kernel/kalloc.c
kernel/proc.c
+169
-20
kernel/proc.c
kernel/proc.h
+15
-1
kernel/proc.h
kernel/syscall.c
+38
-11
kernel/syscall.c
kernel/syscall.h
+2
-0
kernel/syscall.h
kernel/sysproc.c
+63
-23
kernel/sysproc.c
user/priostat.c
+98
-0
user/priostat.c
user/stat.c
+94
-0
user/stat.c
user/sysinfotest.c
+1
-1
user/sysinfotest.c
user/user.h
+4
-1
user/user.h
user/usys.pl
+4
-2
user/usys.pl
with
519 additions
and
328 deletions
+519
-328
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