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
西北工业大学一二三队
Os Comp 2025
Commits
622ec1cb
Commit
622ec1cb
authored
1 month ago
by
llb1238
Browse files
Options
Download
Patches
Plain Diff
修改部分依赖
parent
da0cf4f2
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
dependency/pci/.gitignore
+0
-0
dependency/pci/.gitignore
dependency/pci/CONTRIBUTING.md
+0
-0
dependency/pci/CONTRIBUTING.md
dependency/pci/Cargo.toml
+0
-0
dependency/pci/Cargo.toml
dependency/pci/LICENSE-APACHE
+0
-0
dependency/pci/LICENSE-APACHE
dependency/pci/LICENSE-MIT
+0
-0
dependency/pci/LICENSE-MIT
dependency/pci/README.md
+0
-0
dependency/pci/README.md
dependency/pci/src/lib.rs
+0
-0
dependency/pci/src/lib.rs
os/Cargo.toml
+1
-1
os/Cargo.toml
with
1 addition
and
1 deletion
+1
-1
dependency/
dep_pci/
pci/.gitignore
→
dependency/pci/.gitignore
+
0
−
0
View file @
622ec1cb
File moved
This diff is collapsed.
Click to expand it.
dependency/
dep_pci/
pci/CONTRIBUTING.md
→
dependency/pci/CONTRIBUTING.md
+
0
−
0
View file @
622ec1cb
File moved
This diff is collapsed.
Click to expand it.
dependency/
dep_pci/
pci/Cargo.toml
→
dependency/pci/Cargo.toml
+
0
−
0
View file @
622ec1cb
File moved
This diff is collapsed.
Click to expand it.
dependency/
dep_pci/
pci/LICENSE-APACHE
→
dependency/pci/LICENSE-APACHE
+
0
−
0
View file @
622ec1cb
File moved
This diff is collapsed.
Click to expand it.
dependency/
dep_pci/
pci/LICENSE-MIT
→
dependency/pci/LICENSE-MIT
+
0
−
0
View file @
622ec1cb
File moved
This diff is collapsed.
Click to expand it.
dependency/
dep_pci/
pci/README.md
→
dependency/pci/README.md
+
0
−
0
View file @
622ec1cb
File moved
This diff is collapsed.
Click to expand it.
dependency/
dep_pci/
pci/src/lib.rs
→
dependency/pci/src/lib.rs
+
0
−
0
View file @
622ec1cb
File moved
This diff is collapsed.
Click to expand it.
os/Cargo.toml
+
1
−
1
View file @
622ec1cb
...
...
@@ -26,7 +26,7 @@ riscv = { path = "../dependency/riscv", features = ["inline-asm"] }
rustsbi
=
{
path
=
"../dependency/rustsbi"
}
# [target.'cfg(target_arch = "loongarch64")'.dependencies]
pci
=
{
path
=
"../dependency/
dep_pci/
pci"
}
pci
=
{
path
=
"../dependency/pci"
}
isomorphic_drivers
=
{
path
=
"../dependency/dep_iso/isomorphic_drivers"
}
smoltcp
=
{
version
=
"0.10.0"
,
default-features
=
false
,
features
=
[
...
...
This diff is collapsed.
Click to expand it.
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