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
你说对不队
OSKernel2023-ByteOS
Commits
0767c556
Commit
0767c556
authored
2 years ago
by
啊队队队
Browse files
Options
Download
Patches
Plain Diff
skip step1
parent
4111f9b6
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
arch/Cargo.toml
+1
-1
arch/Cargo.toml
arch/src/riscv64/timer.rs
+4
-0
arch/src/riscv64/timer.rs
crates/backtrace/Cargo.toml
+1
-1
crates/backtrace/Cargo.toml
kernel/Cargo.toml
+1
-1
kernel/Cargo.toml
kernel/src/syscall/consts.rs
+9
-0
kernel/src/syscall/consts.rs
kernel/src/syscall/fd.rs
+35
-1
kernel/src/syscall/fd.rs
kernel/src/syscall/mm.rs
+2
-1
kernel/src/syscall/mm.rs
kernel/src/syscall/mod.rs
+9
-6
kernel/src/syscall/mod.rs
kernel/src/syscall/time.rs
+12
-0
kernel/src/syscall/time.rs
kernel/src/tasks/initproc.rs
+5
-3
kernel/src/tasks/initproc.rs
kernel/src/tasks/mod.rs
+6
-1
kernel/src/tasks/mod.rs
modules/devfs/Cargo.toml
+1
-1
modules/devfs/Cargo.toml
modules/devices/Cargo.toml
+1
-1
modules/devices/Cargo.toml
modules/executor/Cargo.toml
+1
-1
modules/executor/Cargo.toml
modules/executor/src/lib.rs
+13
-0
modules/executor/src/lib.rs
modules/executor/src/task.rs
+6
-2
modules/executor/src/task.rs
modules/frame_allocator/Cargo.toml
+1
-1
modules/frame_allocator/Cargo.toml
modules/fs/Cargo.toml
+1
-1
modules/fs/Cargo.toml
modules/fs/src/fatfs_shim.rs
+9
-5
modules/fs/src/fatfs_shim.rs
modules/hal/Cargo.toml
+1
-1
modules/hal/Cargo.toml
with
119 additions
and
28 deletions
+119
-28
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