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-18741-1687925
Alien-2749
Commits
9b943fd7
Commit
9b943fd7
authored
1 year ago
by
陈林峰
Browse files
Options
Download
Patches
Plain Diff
feat: support busybox
add more syscall to support busybox
parent
030b052d
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-0
.gitignore
Makefile
+1
-0
Makefile
apps/Makefile
+1
-0
apps/Makefile
apps/cat/src/main.rs
+1
-1
apps/cat/src/main.rs
doc/dev.md
+15
-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
+6
-6
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
+72
-1
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
kernel/src/sys.rs
+76
-0
kernel/src/sys.rs
with
640 additions
and
26 deletions
+640
-26
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