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-17064-1466468
OSKernel2023-LuoOS-3311
Commits
fc2a62f6
Commit
fc2a62f6
authored
2 years ago
by
某某某
Browse files
Options
Download
Patches
Plain Diff
can print, fix copyin bugs
parent
09bac9a9
No related merge requests found
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
.vscode/settings.json
+2
-1
.vscode/settings.json
include/fs.hh
+2
-1
include/fs.hh
include/klib.h
+1
-1
include/klib.h
include/klib.hh
+4
-0
include/klib.hh
include/proc.hh
+1
-0
include/proc.hh
include/vm.hh
+11
-4
include/vm.hh
kernel/fs.cc
+8
-1
kernel/fs.cc
kernel/os.elf
+0
-0
kernel/os.elf
kernel/proc.cc
+1
-1
kernel/proc.cc
kernel/vm.cc
+11
-0
kernel/vm.cc
user/prog0.cc
+6
-1
user/prog0.cc
utils/klib.cc
+2
-0
utils/klib.cc
with
49 additions
and
10 deletions
+49
-10
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