Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-17065-1686958
OSKernel2023-LuoOS-160
Commits
d44ac883
Commit
d44ac883
authored
1 year ago
by
谭君宇
Browse files
Options
Download
Plain Diff
Merge branch 'syscall-final' into debug_busybox
parents
4dc904a1
8743cc2b
Changes
102
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.vscode/c_cpp_properties.json
+2
-1
.vscode/c_cpp_properties.json
Makefile
+1
-1
Makefile
docs/内存管理.md
+1
-1
docs/内存管理.md
include/bio.hh
+3
-6
include/bio.hh
include/fat.hh
+11
-5
include/fat.hh
include/fs.hh
+40
-29
include/fs.hh
include/fs/ramfs.hh
+3
-6
include/fs/ramfs.hh
include/ipc.hh
+35
-5
include/ipc.hh
include/kernel.hh
+33
-0
include/kernel.hh
include/klib.hh
+29
-17
include/klib.hh
include/lock.hh
+1
-1
include/lock.hh
include/proc.hh
+40
-21
include/proc.hh
include/resmgr.hh
+1
-1
include/resmgr.hh
include/sched.hh
+0
-2
include/sched.hh
include/types.h
+5
-0
include/types.h
include/vm.hh
+16
-17
include/vm.hh
include/vm/pager.hh
+0
-2
include/vm/pager.hh
include/vm/vmo.hh
+4
-5
include/vm/vmo.hh
kernel/fat.cc
+1
-1
kernel/fat.cc
kernel/fs.cc
+112
-33
kernel/fs.cc
with
338 additions
and
154 deletions
+338
-154
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