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
Maturin
OSKernel2022-Maturin
Commits
0ac52218
Commit
0ac52218
authored
2 years ago
by
Maturin
Browse files
Options
Download
Patches
Plain Diff
refactor arch/roscv
parent
0d06d2d8
master
optional
optional-2
No related merge requests found
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
kernel/src/arch/riscv/cpu.rs
+0
-5
kernel/src/arch/riscv/cpu.rs
kernel/src/arch/riscv/mod.rs
+50
-9
kernel/src/arch/riscv/mod.rs
kernel/src/arch/riscv/page_control.rs
+0
-14
kernel/src/arch/riscv/page_control.rs
kernel/src/arch/riscv/sbi.rs
+0
-61
kernel/src/arch/riscv/sbi.rs
kernel/src/arch/riscv/stdin.rs
+4
-9
kernel/src/arch/riscv/stdin.rs
kernel/src/arch/riscv/stdout.rs
+6
-1
kernel/src/arch/riscv/stdout.rs
kernel/src/arch/riscv/syscall_ids.h.in
+0
-287
kernel/src/arch/riscv/syscall_ids.h.in
kernel/src/console.rs
+21
-15
kernel/src/console.rs
kernel/src/file/stdio.rs
+2
-2
kernel/src/file/stdio.rs
kernel/src/lang.rs
+4
-6
kernel/src/lang.rs
kernel/src/main.rs
+22
-4
kernel/src/main.rs
kernel/src/trap/mod.rs
+5
-5
kernel/src/trap/mod.rs
with
114 additions
and
418 deletions
+114
-418
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