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-28668-2608132
YuanShen OS-2990
Commits
1f07492a
Commit
1f07492a
authored
3 months ago
by
bourbaki0404
Browse files
Options
Download
Patches
Plain Diff
lazy loading implemented
parent
10bfbe52
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
.vscode/settings.json
+4
-1
.vscode/settings.json
Makefile
+2
-2
Makefile
README.md
+5
-4
README.md
kernel/FS/fs.c
+0
-1
kernel/FS/fs.c
kernel/exec.c
+81
-31
kernel/exec.c
kernel/include/file.h
+1
-0
kernel/include/file.h
kernel/include/fs.h
+5
-0
kernel/include/fs.h
kernel/include/proc.h
+1
-0
kernel/include/proc.h
kernel/include/vma.h
+1
-0
kernel/include/vma.h
kernel/proc.c
+2
-1
kernel/proc.c
kernel/sysfile.c
+9
-1
kernel/sysfile.c
kernel/virtualMemory/vm.c
+65
-21
kernel/virtualMemory/vm.c
kernel/vma/vma.c
+20
-9
kernel/vma/vma.c
user/umalloc.c
+7
-2
user/umalloc.c
user/user.h
+2
-0
user/user.h
user/usys.pl
+2
-0
user/usys.pl
with
207 additions
and
73 deletions
+207
-73
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