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
如有名字队
OSKernel2024-Nonix
Commits
8e9e5fed
Commit
8e9e5fed
authored
2 months ago
by
G17ReqYuan22
Browse files
Options
Download
Plain Diff
recommit bitflags
parents
5b19eb2b
7555cc69
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
os/Cargo.toml
+1
-1
os/Cargo.toml
os/Makefile
+5
-1
os/Makefile
os/src/mm/memory_set.rs
+4
-4
os/src/mm/memory_set.rs
os/src/mm/page_table.rs
+24
-0
os/src/mm/page_table.rs
os/src/syscall/mod.rs
+8
-2
os/src/syscall/mod.rs
os/src/syscall/other.rs
+104
-0
os/src/syscall/other.rs
os/src/syscall/process.rs
+9
-4
os/src/syscall/process.rs
os/src/task/task.rs
+6
-0
os/src/task/task.rs
os/src/timer.rs
+89
-0
os/src/timer.rs
os/src/trap/mod.rs
+4
-1
os/src/trap/mod.rs
riscv/Cargo.toml
+1
-1
riscv/Cargo.toml
simple-fat32/fat32.img
+0
-0
simple-fat32/fat32.img
user/Cargo.toml
+1
-1
user/Cargo.toml
virtio-drivers/Cargo.toml
+1
-1
virtio-drivers/Cargo.toml
with
257 additions
and
16 deletions
+257
-16
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