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-12099-788067
proj93-la-tsinghuaOS-915
Commits
a05a7d07
Commit
a05a7d07
authored
2 years ago
by
陈林峰
Browse files
Options
Download
Patches
Plain Diff
debug: Fix TLB refill exception implementation bug
parent
aaeaa1fc
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
loongrCore/linker.ld
+2
-0
loongrCore/linker.ld
loongrCore/src/config.rs
+1
-1
loongrCore/src/config.rs
loongrCore/src/main.rs
+1
-1
loongrCore/src/main.rs
loongrCore/src/mm/frame_allocator.rs
+1
-1
loongrCore/src/mm/frame_allocator.rs
loongrCore/src/task/context.rs
+3
-4
loongrCore/src/task/context.rs
loongrCore/src/task/pid.rs
+1
-0
loongrCore/src/task/pid.rs
loongrCore/src/task/processor.rs
+4
-1
loongrCore/src/task/processor.rs
loongrCore/src/trap/mod.rs
+69
-14
loongrCore/src/trap/mod.rs
loongrCore/src/trap/trap_kernel.S
+81
-0
loongrCore/src/trap/trap_kernel.S
with
163 additions
and
22 deletions
+163
-22
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