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-14239-914332
进击のOS-os
Commits
8a02738e
Commit
8a02738e
authored
2 years ago
by
ZongzhenYang
Browse files
Options
Download
Patches
Plain Diff
fix healp and stack pointer
parent
58f41bc6
master
elf-pagecache
submit
swap_1
No related merge requests found
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
include/kernel/proc.h
+2
-0
include/kernel/proc.h
include/kernel/signal.h
+0
-1
include/kernel/signal.h
run-qemu.sh
+1
-1
run-qemu.sh
src/fs/fat32.c
+10
-8
src/fs/fat32.c
src/include/debug.h
+1
-1
src/include/debug.h
src/include/utils.h
+2
-1
src/include/utils.h
src/kernel/initcode.c
+11
-11
src/kernel/initcode.c
src/kernel/pagefault.c
+5
-1
src/kernel/pagefault.c
src/kernel/proc.c
+32
-4
src/kernel/proc.c
src/kernel/signal.c
+28
-13
src/kernel/signal.c
src/kernel/sys.c
+1
-1
src/kernel/sys.c
src/kernel/sysfile.c
+6
-5
src/kernel/sysfile.c
src/mm/mmap.c
+3
-2
src/mm/mmap.c
src/mm/page.c
+3
-1
src/mm/page.c
src/utils.c
+2
-2
src/utils.c
user/raw/lmbench_testcode.sh
+8
-8
user/raw/lmbench_testcode.sh
with
115 additions
and
60 deletions
+115
-60
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