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-22026-2376550
OSKernel2024-Phoenix-1053
Commits
4ecb1436
Commit
4ecb1436
authored
1 year ago
by
陈睿玮
Browse files
Options
Download
Patches
Plain Diff
feat(module)!: import moduler system structure in project
parent
d9fd21c9
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Cargo.lock
+30
-0
Cargo.lock
Cargo.toml
+1
-1
Cargo.toml
Makefile
+4
-1
Makefile
arch/Cargo.toml
+9
-0
arch/Cargo.toml
arch/src/lib.rs
+5
-2
arch/src/lib.rs
arch/src/riscv64/interrupts.rs
+61
-0
arch/src/riscv64/interrupts.rs
arch/src/riscv64/mod.rs
+0
-0
arch/src/riscv64/mod.rs
config/Cargo.toml
+0
-0
config/Cargo.toml
config/src/lib.rs
+1
-0
config/src/lib.rs
config/src/mm.rs
+0
-0
config/src/mm.rs
kernel/Cargo.toml
+11
-8
kernel/Cargo.toml
kernel/src/arch/riscv/interrupts.rs
+0
-16
kernel/src/arch/riscv/interrupts.rs
kernel/src/main.rs
+6
-8
kernel/src/main.rs
kernel/src/mm/heap_allocator.rs
+9
-11
kernel/src/mm/heap_allocator.rs
kernel/src/sync/mod.rs
+0
-1
kernel/src/sync/mod.rs
kernel/src/sync/mutex/mod.rs
+0
-3
kernel/src/sync/mutex/mod.rs
kernel/src/sync/mutex/spin_mutex.rs
+0
-93
kernel/src/sync/mutex/spin_mutex.rs
modules/executor/Cargo.toml
+10
-0
modules/executor/Cargo.toml
modules/executor/src/lib.rs
+59
-0
modules/executor/src/lib.rs
modules/sync/Cargo.toml
+9
-0
modules/sync/Cargo.toml
with
215 additions
and
144 deletions
+215
-144
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