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
你说对不队
OSKernel2023-ByteOS
Commits
74c413b6
Commit
74c413b6
authored
2 years ago
by
啊队队队
Browse files
Options
Download
Patches
Plain Diff
support k210
parent
22cbc663
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.cargo/linker-k210.ld
+52
-0
.cargo/linker-k210.ld
.cargo/linker-qemu.ld
+0
-0
.cargo/linker-qemu.ld
.gitignore
+1
-0
.gitignore
Cargo.lock
+151
-3
Cargo.lock
Cargo.toml
+3
-0
Cargo.toml
Makefile
+29
-5
Makefile
arch/Cargo.toml
+5
-0
arch/Cargo.toml
arch/src/riscv64/boards/k210.rs
+3
-0
arch/src/riscv64/boards/k210.rs
arch/src/riscv64/boards/mod.rs
+14
-0
arch/src/riscv64/boards/mod.rs
arch/src/riscv64/boards/qemu.rs
+11
-0
arch/src/riscv64/boards/qemu.rs
arch/src/riscv64/entry.rs
+2
-0
arch/src/riscv64/entry.rs
arch/src/riscv64/mod.rs
+16
-5
arch/src/riscv64/mod.rs
kernel/Cargo.toml
+4
-0
kernel/Cargo.toml
kernel/src/main.rs
+12
-0
kernel/src/main.rs
kernel/src/modules.rs
+4
-0
kernel/src/modules.rs
kernel/src/syscall/fd.rs
+1
-1
kernel/src/syscall/fd.rs
kernel/src/syscall/task.rs
+1
-1
kernel/src/syscall/task.rs
kernel/src/tasks/initproc.rs
+2
-2
kernel/src/tasks/initproc.rs
modules/devices/Cargo.toml
+2
-1
modules/devices/Cargo.toml
modules/devices/src/device.rs
+4
-2
modules/devices/src/device.rs
with
317 additions
and
20 deletions
+317
-20
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