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-17064-1466468
OSKernel2023-umi-3589
Commits
4bf379d2
Commit
4bf379d2
authored
2 years ago
by
PLNTRY
Committed by
Js2xxx
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Add basic external interrupt handling
parent
20ac95f9
deployed
comp1
master
poll
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
Cargo.lock
+27
-0
Cargo.lock
mizu/lib/devices/Cargo.toml
+21
-0
mizu/lib/devices/Cargo.toml
mizu/lib/devices/src/dev.rs
+2
-0
mizu/lib/devices/src/dev.rs
mizu/lib/devices/src/dev/common.rs
+20
-0
mizu/lib/devices/src/dev/common.rs
mizu/lib/devices/src/dev/plic.rs
+134
-0
mizu/lib/devices/src/dev/plic.rs
mizu/lib/devices/src/intr.rs
+57
-0
mizu/lib/devices/src/intr.rs
mizu/lib/devices/src/lib.rs
+6
-0
mizu/lib/devices/src/lib.rs
with
267 additions
and
0 deletions
+267
-0
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