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-18742-1688060
Alien-1217
Commits
17527033
Commit
17527033
authored
2 years ago
by
陈林峰
Browse files
Options
Download
Patches
Plain Diff
feat: support iozone
add more syscall
parent
312c78e0
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+2
-1
Makefile
apps/cat/src/main.rs
+1
-1
apps/cat/src/main.rs
apps/ls/src/main.rs
+2
-2
apps/ls/src/main.rs
apps/shell/src/executor.rs
+2
-2
apps/shell/src/executor.rs
doc/dev.md
+9
-9
doc/dev.md
doc/next.md
+3
-1
doc/next.md
doc/shm.md
+0
-0
doc/shm.md
doc/test.md
+15
-171
doc/test.md
kernel/Cargo.toml
+4
-4
kernel/Cargo.toml
kernel/src/config.rs
+1
-1
kernel/src/config.rs
kernel/src/fs/mod.rs
+27
-5
kernel/src/fs/mod.rs
kernel/src/fs/poll.rs
+2
-1
kernel/src/fs/poll.rs
kernel/src/fs/select.rs
+98
-0
kernel/src/fs/select.rs
kernel/src/fs/stdio.rs
+11
-0
kernel/src/fs/stdio.rs
kernel/src/fs/tty.rs
+1
-0
kernel/src/fs/tty.rs
kernel/src/fs/vfs.rs
+1
-1
kernel/src/fs/vfs.rs
kernel/src/ipc/mod.rs
+2
-2
kernel/src/ipc/mod.rs
kernel/src/ipc/shm.rs
+222
-0
kernel/src/ipc/shm.rs
kernel/src/memory/vmm.rs
+17
-0
kernel/src/memory/vmm.rs
kernel/src/syscall.rs
+109
-97
kernel/src/syscall.rs
with
529 additions
and
298 deletions
+529
-298
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