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
OSKernel2023-Neuclear-190
Commits
d9b07e2a
Commit
d9b07e2a
authored
2 years ago
by
asynclear
Browse files
Options
Download
Patches
Plain Diff
虚拟地址修改完毕;准备修复常用的系统调用,目前 sys_execve 进行中
parent
231c7168
Changes
92
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-1
.gitignore
Makefile
+6
-1
Makefile
README.md
+56
-31
README.md
bintool/.gitignore
+1
-2
bintool/.gitignore
bintool/kernel
+0
-0
bintool/kernel
bintool/kernel.d
+0
-1
bintool/kernel.d
bintool/src/bin/pack.rs
+3
-3
bintool/src/bin/pack.rs
drivers/src/lib.rs
+0
-7
drivers/src/lib.rs
kernel/.cargo/config.toml
+1
-15
kernel/.cargo/config.toml
kernel/.gitignore
+1
-2
kernel/.gitignore
kernel/Cargo.lock
+112
-58
kernel/Cargo.lock
kernel/Cargo.toml
+7
-20
kernel/Cargo.toml
kernel/README.md
+51
-0
kernel/README.md
kernel/crates/drivers/.gitignore
+0
-0
kernel/crates/drivers/.gitignore
kernel/crates/drivers/Cargo.toml
+5
-0
kernel/crates/drivers/Cargo.toml
kernel/crates/drivers/src/block/block_cache.rs
+0
-0
kernel/crates/drivers/src/block/block_cache.rs
kernel/crates/drivers/src/block/block_device.rs
+0
-0
kernel/crates/drivers/src/block/block_device.rs
kernel/crates/drivers/src/block/mod.rs
+0
-0
kernel/crates/drivers/src/block/mod.rs
kernel/crates/drivers/src/lib.rs
+9
-0
kernel/crates/drivers/src/lib.rs
kernel/crates/drivers/src/virtio.rs
+12
-7
kernel/crates/drivers/src/virtio.rs
with
265 additions
and
148 deletions
+265
-148
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