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
d77479ea
Commit
d77479ea
authored
1 year ago
by
陈林峰
Browse files
Options
Download
Plain Diff
Merge branch 'thread' into dev
parents
aa9426b8
792480e6
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-0
.gitignore
Makefile
+10
-3
Makefile
README.md
+38
-5
README.md
apps/Makefile
+1
-0
apps/Makefile
apps/cat/src/main.rs
+1
-1
apps/cat/src/main.rs
doc/dev.md
+18
-0
doc/dev.md
doc/next.md
+1
-1
doc/next.md
doc/target.md
+2
-2
doc/target.md
doc/test.md
+64
-0
doc/test.md
kernel/Cargo.toml
+2
-2
kernel/Cargo.toml
kernel/src/config.rs
+73
-0
kernel/src/config.rs
kernel/src/fs/control.rs
+30
-4
kernel/src/fs/control.rs
kernel/src/fs/file.rs
+48
-0
kernel/src/fs/file.rs
kernel/src/fs/mod.rs
+86
-7
kernel/src/fs/mod.rs
kernel/src/fs/vfs.rs
+76
-4
kernel/src/fs/vfs.rs
kernel/src/ipc/mod.rs
+3
-1
kernel/src/ipc/mod.rs
kernel/src/ipc/pipe.rs
+75
-3
kernel/src/ipc/pipe.rs
kernel/src/ipc/poll.rs
+81
-0
kernel/src/ipc/poll.rs
kernel/src/ipc/signal.rs
+3
-0
kernel/src/ipc/signal.rs
kernel/src/lib.rs
+1
-0
kernel/src/lib.rs
with
614 additions
and
33 deletions
+614
-33
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