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
ZongzhenYang
进击のOS
Commits
9202e5b2
You need to sign in or sign up before continuing.
Commit
9202e5b2
authored
2 years ago
by
ZongzhenYang
Browse files
Options
Download
Patches
Plain Diff
proc queue & waitqueue TODO
parent
e3e8aa46
master
elf-pagecache
No related merge requests found
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
include/atomic/spinlock.h
+2
-2
include/atomic/spinlock.h
include/config.h
+1
-1
include/config.h
include/fs/pipe.h
+1
-1
include/fs/pipe.h
include/kernel/proc.h
+10
-2
include/kernel/proc.h
include/kernel/waitqueue.h
+80
-0
include/kernel/waitqueue.h
src/Makefile
+1
-6
src/Makefile
src/driver/timer.c
+14
-0
src/driver/timer.c
src/fs/Makefile
+4
-3
src/fs/Makefile
src/fs/fdtable.c
+0
-0
src/fs/fdtable.c
src/futex.c
+5
-2
src/futex.c
src/kernel/Makefile
+5
-5
src/kernel/Makefile
src/kernel/initcode.c
+2
-4
src/kernel/initcode.c
src/kernel/proc.c
+138
-111
src/kernel/proc.c
src/kernel/sched.c
+55
-0
src/kernel/sched.c
src/kernel/sysfile.c
+13
-13
src/kernel/sysfile.c
src/kernel/trap.c
+1
-12
src/kernel/trap.c
src/kernel/waitqueue.c
+12
-0
src/kernel/waitqueue.c
src/main.c
+1
-1
src/main.c
src/misc/Makefile
+2
-1
src/misc/Makefile
src/misc/profile.c
+0
-0
src/misc/profile.c
with
347 additions
and
164 deletions
+347
-164
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