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
Yichen-个人练习
OSKernel2024-Phoenix-1053
Commits
e5ce8002
Commit
e5ce8002
authored
1 year ago
by
陈睿玮
Browse files
Options
Download
Patches
Plain Diff
refactor: refactor some codes
parent
1389cf88
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
Cargo.lock
+1
-0
Cargo.lock
Makefile
+2
-2
Makefile
kernel/src/boot.rs
+8
-5
kernel/src/boot.rs
kernel/src/main.rs
+3
-17
kernel/src/main.rs
kernel/src/processor/env.rs
+6
-0
kernel/src/processor/env.rs
kernel/src/processor/hart.rs
+0
-2
kernel/src/processor/hart.rs
kernel/src/syscall/fs.rs
+12
-7
kernel/src/syscall/fs.rs
kernel/src/task/mod.rs
+2
-2
kernel/src/task/mod.rs
kernel/src/task/task.rs
+2
-3
kernel/src/task/task.rs
modules/async_utils/src/lib.rs
+1
-1
modules/async_utils/src/lib.rs
modules/memory/src/address/offset.rs
+1
-0
modules/memory/src/address/offset.rs
modules/memory/src/address/phys.rs
+9
-5
modules/memory/src/address/phys.rs
modules/vfs-core/src/file.rs
+2
-2
modules/vfs-core/src/file.rs
modules/vfs-core/src/path.rs
+2
-2
modules/vfs-core/src/path.rs
modules/vfs/Cargo.toml
+1
-0
modules/vfs/Cargo.toml
modules/vfs/src/devfs/tty.rs
+66
-68
modules/vfs/src/devfs/tty.rs
modules/vfs/src/lib.rs
+2
-2
modules/vfs/src/lib.rs
with
120 additions
and
118 deletions
+120
-118
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