Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bootloader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
bootloader
Commits
3ae8f93f
Verified
Commit
3ae8f93f
authored
3 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Use redoxfs from crates.io
parent
6b085266
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+17
-15
17 additions, 15 deletions
Cargo.lock
Cargo.toml
+1
-2
1 addition, 2 deletions
Cargo.toml
with
18 additions
and
17 deletions
Cargo.lock
+
17
−
15
View file @
3ae8f93f
...
...
@@ -177,35 +177,41 @@ dependencies = [
"x86",
]
[[package]]
name = "redox_simple_endian"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4e4404b4e54e59e7bb5f5236b61d8e822c2a77b2e955be8072002ff7ff8d69c"
[[package]]
name = "redox_syscall"
version = "0.2.1
0
"
version = "0.2.1
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "838
3f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff
"
checksum = "838
0fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c
"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_uefi"
version = "0.1.
3
"
version = "0.1.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9af5ea5e12ac4306b6054c21378d818de7d157cdfdd13f5fcb818a553fd3f8c3
"
checksum = "
2de4ce549b3f0e31eee5cc0f5ae60aa7d59f62fe23a258c73470e07f94b0e725
"
[[package]]
name = "redox_uefi_alloc"
version = "0.1.
2
"
version = "0.1.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
524f31a58708b6d0ba2d4e734c1dcf14d287307b09118ff07ef25dd504773c7c
"
checksum = "
653e3df47a4370a8dacb590352b633cda033b3b74a920e7e2b76a5d0f8b259b5
"
dependencies = [
"redox_uefi",
]
[[package]]
name = "redox_uefi_std"
version = "0.1.
5
"
version = "0.1.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
32a520781d9bb97c9802dd196e7a550fafaeea62d94b2351422c34
24
9
81d
3a2d
"
checksum = "
d8865731f2dd06d63decbef0dbd3778f09be8d
2481d
9ddbddb3660db7a745af0
"
dependencies = [
"redox_uefi",
"redox_uefi_alloc",
...
...
@@ -214,15 +220,16 @@ dependencies = [
[[package]]
name = "redoxfs"
version = "0.5.0"
source = "git+https://gitlab.redox-os.org/redox-os/redoxfs.git?branch=0.5.0#ed6f7fa2149d2d5157d7a430f7fb82a4581a2eac"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd98e5e165138cdf4effae3a3be28a81931b013bc3758e33fccfcb37a4737652"
dependencies = [
"aes",
"argon2",
"base64ct",
"log",
"redox_simple_endian",
"redox_syscall",
"seahash",
"simple_endian",
"uuid",
]
...
...
@@ -238,11 +245,6 @@ version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
[[package]]
name = "simple_endian"
version = "0.2.1"
source = "git+https://github.com/michalfita/simple-endian-rs.git?rev=7210f40881d16f7f2e3d8d40f6381fa222843caa#7210f40881d16f7f2e3d8d40f6381fa222843caa"
[[package]]
name = "spin"
version = "0.9.2"
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
2
View file @
3ae8f93f
...
...
@@ -21,8 +21,7 @@ redox_syscall = "0.2.10"
spin
=
"0.9.2"
[dependencies.
redoxfs
]
git
=
"https://gitlab.redox-os.org/redox-os/redoxfs.git"
branch
=
"0.5.0"
version
=
"0.5.0"
default-features
=
false
features
=
[
"force-soft"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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