|
|
@ -85,7 +85,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
name = "bitvec"
|
|
|
|
version = "0.11.0"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "git+https://github.com/myrrlyn/bitvec.git#ed2aec38bfb5b1116e3585b1574c50655b9c85ec"
|
|
|
|
source = "git+https://github.com/myrrlyn/bitvec.git#8ab20a3e33fe068fc3a4a05eda1211d5fcc1237b"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "bootloader"
|
|
|
|
name = "bootloader"
|
|
|
@ -102,7 +102,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "buddy_system_allocator"
|
|
|
|
name = "buddy_system_allocator"
|
|
|
|
version = "0.1.2"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -248,11 +248,6 @@ name = "nodrop"
|
|
|
|
version = "0.1.13"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "once"
|
|
|
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "os_bootinfo"
|
|
|
|
name = "os_bootinfo"
|
|
|
|
version = "0.2.1"
|
|
|
|
version = "0.2.1"
|
|
|
@ -372,7 +367,7 @@ dependencies = [
|
|
|
|
"bitmap-allocator 0.1.0 (git+https://github.com/rcore-os/bitmap-allocator)",
|
|
|
|
"bitmap-allocator 0.1.0 (git+https://github.com/rcore-os/bitmap-allocator)",
|
|
|
|
"bitvec 0.11.0 (git+https://github.com/myrrlyn/bitvec.git)",
|
|
|
|
"bitvec 0.11.0 (git+https://github.com/myrrlyn/bitvec.git)",
|
|
|
|
"bootloader 0.4.0 (git+https://github.com/rcore-os/bootloader)",
|
|
|
|
"bootloader 0.4.0 (git+https://github.com/rcore-os/bootloader)",
|
|
|
|
"buddy_system_allocator 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"buddy_system_allocator 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"console-traits 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"console-traits 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"device_tree 1.0.3 (git+https://github.com/rcore-os/device_tree-rs)",
|
|
|
|
"device_tree 1.0.3 (git+https://github.com/rcore-os/device_tree-rs)",
|
|
|
@ -381,7 +376,6 @@ dependencies = [
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mips 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mips 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"once 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
|
"paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pc-keyboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pc-keyboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pci 0.0.1 (git+https://github.com/rcore-os/pci-rs)",
|
|
|
|
"pci 0.0.1 (git+https://github.com/rcore-os/pci-rs)",
|
|
|
@ -402,12 +396,15 @@ dependencies = [
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs"
|
|
|
|
name = "rcore-fs"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs#6f282baf2fe928d2c9774e526e63125684855221"
|
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs#41ccb1675cbea1df079f39fdc1bcd50c609df707"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs-sfs"
|
|
|
|
name = "rcore-fs-sfs"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs#6f282baf2fe928d2c9774e526e63125684855221"
|
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs#41ccb1675cbea1df079f39fdc1bcd50c609df707"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitvec 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitvec 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@ -667,7 +664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
"checksum bitvec 0.11.0 (git+https://github.com/myrrlyn/bitvec.git)" = "<none>"
|
|
|
|
"checksum bitvec 0.11.0 (git+https://github.com/myrrlyn/bitvec.git)" = "<none>"
|
|
|
|
"checksum bitvec 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfadef5c4e2c2e64067b9ecc061179f12ac7ec65ba613b1f60f3972bbada1f5b"
|
|
|
|
"checksum bitvec 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfadef5c4e2c2e64067b9ecc061179f12ac7ec65ba613b1f60f3972bbada1f5b"
|
|
|
|
"checksum bootloader 0.4.0 (git+https://github.com/rcore-os/bootloader)" = "<none>"
|
|
|
|
"checksum bootloader 0.4.0 (git+https://github.com/rcore-os/bootloader)" = "<none>"
|
|
|
|
"checksum buddy_system_allocator 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2ed828f1e227d6e32b998d6375b67fd63ac5389d50b23f258ce151d22b6cc595"
|
|
|
|
"checksum buddy_system_allocator 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "94a6c0143a07fea0db2f4b43cb9540dcc7c17af8a7beafdf2184e5e4e35aae91"
|
|
|
|
"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
|
|
|
"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
|
|
|
"checksum cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ce8bb087aacff865633f0bd5aeaed910fe2fe55b55f4739527f2e023a2e53d"
|
|
|
|
"checksum cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ce8bb087aacff865633f0bd5aeaed910fe2fe55b55f4739527f2e023a2e53d"
|
|
|
|
"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
|
|
|
|
"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
|
|
|
@ -689,7 +686,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
"checksum managed 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fdcec5e97041c7f0f1c5b7d93f12e57293c831c646f4cc7a5db59460c7ea8de6"
|
|
|
|
"checksum managed 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fdcec5e97041c7f0f1c5b7d93f12e57293c831c646f4cc7a5db59460c7ea8de6"
|
|
|
|
"checksum mips 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4cbf449a63e4db77af9f662d6b42068c0925e779a3a7c70ad02f191cf1e6c802"
|
|
|
|
"checksum mips 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4cbf449a63e4db77af9f662d6b42068c0925e779a3a7c70ad02f191cf1e6c802"
|
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
|
|
|
"checksum once 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "931fb7a4cf34610cf6cbe58d52a8ca5ef4c726d4e2e178abd0dc13a6551c6d73"
|
|
|
|
|
|
|
|
"checksum os_bootinfo 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "66481dbeb5e773e7bd85b63cd6042c30786f834338288c5ec4f3742673db360a"
|
|
|
|
"checksum os_bootinfo 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "66481dbeb5e773e7bd85b63cd6042c30786f834338288c5ec4f3742673db360a"
|
|
|
|
"checksum paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4a4a1c555c6505821f9d58b8779d0f630a6b7e4e1be24ba718610acf01fa79"
|
|
|
|
"checksum paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4a4a1c555c6505821f9d58b8779d0f630a6b7e4e1be24ba718610acf01fa79"
|
|
|
|
"checksum paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "26e796e623b8b257215f27e6c80a5478856cae305f5b59810ff9acdaa34570e6"
|
|
|
|
"checksum paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "26e796e623b8b257215f27e6c80a5478856cae305f5b59810ff9acdaa34570e6"
|
|
|
|