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
OS-Contest-2021-Kernel-Final-Stage2
willson0v0-oscomp_handin
Commits
3aba818b
Commit
3aba818b
authored
3 years ago
by
Bohan Hu
Browse files
Options
Download
Patches
Plain Diff
modify log level
parent
3c559127
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
Cargo.toml.submission
+1
-0
Cargo.toml.submission
Makefile
+1
-1
Makefile
oshit_kernel/Cargo.toml
+1
-0
oshit_kernel/Cargo.toml
oshit_kernel/src/process/pcb.rs
+24
-0
oshit_kernel/src/process/pcb.rs
oshit_kernel/src/process/processor.rs
+33
-9
oshit_kernel/src/process/processor.rs
oshit_kernel/src/syscall/mod.rs
+7
-1
oshit_kernel/src/syscall/mod.rs
oshit_kernel/src/syscall/process_syscall.rs
+133
-0
oshit_kernel/src/syscall/process_syscall.rs
oshit_kernel/src/trap/trap_handler.rs
+19
-2
oshit_kernel/src/trap/trap_handler.rs
with
219 additions
and
13 deletions
+219
-13
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