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
SubsToKernel
OSKernel2025-osrepo
Commits
c9e547b6
Commit
c9e547b6
authored
1 month ago
by
wdlin
Browse files
Options
Download
Patches
Plain Diff
feat: Implement trap module initialization.
parent
e5300dfe
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
README.md
+3
-3
README.md
os/src/boards/qemu.rs
+1
-0
os/src/boards/qemu.rs
os/src/config.rs
+4
-0
os/src/config.rs
os/src/main.rs
+2
-1
os/src/main.rs
os/src/task/mod.rs
+12
-0
os/src/task/mod.rs
os/src/task/processor.rs
+8
-0
os/src/task/processor.rs
os/src/timer.rs
+2
-4
os/src/timer.rs
os/src/trap/mod.rs
+276
-17
os/src/trap/mod.rs
os/src/trap/trap.rs
+113
-0
os/src/trap/trap.rs
with
421 additions
and
25 deletions
+421
-25
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