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-17064-1466468
Alien-3532
Commits
9165d563
Commit
9165d563
authored
2 years ago
by
陈林峰
Browse files
Options
Download
Patches
Plain Diff
fix: fix bugs about boot stack
add device map
parent
271a83c6
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
Makefile
+2
-2
Makefile
boot/src/main.rs
+16
-21
boot/src/main.rs
doc/assert/image-20230414192347640.png
+0
-0
doc/assert/image-20230414192347640.png
doc/boot.md
+15
-7
doc/boot.md
kernel/src/config.rs
+9
-6
kernel/src/config.rs
kernel/src/driver/machine.rs
+25
-1
kernel/src/driver/machine.rs
kernel/src/driver/rtc.rs
+1
-1
kernel/src/driver/rtc.rs
kernel/src/memory/frame.rs
+5
-9
kernel/src/memory/frame.rs
kernel/src/memory/mod.rs
+7
-1
kernel/src/memory/mod.rs
kernel/src/memory/vmm.rs
+15
-13
kernel/src/memory/vmm.rs
kernel/src/panic.rs
+4
-4
kernel/src/panic.rs
kernel/src/syscall.rs
+40
-40
kernel/src/syscall.rs
kernel/src/task/cpu.rs
+3
-1
kernel/src/task/cpu.rs
with
142 additions
and
106 deletions
+142
-106
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