Add proc_man to the initrd
This commit is contained in:
parent
915e45b8c7
commit
73e03892b6
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -205,6 +205,7 @@ dependencies = [
|
|||||||
"tap",
|
"tap",
|
||||||
"tar-no-std",
|
"tar-no-std",
|
||||||
"uart_16550",
|
"uart_16550",
|
||||||
|
"unsigned-varint",
|
||||||
"unwinding",
|
"unwinding",
|
||||||
"x86_64",
|
"x86_64",
|
||||||
]
|
]
|
||||||
@ -456,6 +457,12 @@ version = "1.0.13"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "unsigned-varint"
|
||||||
|
version = "0.8.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unwinding"
|
name = "unwinding"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
|
@ -9,4 +9,5 @@ bin/ext2
|
|||||||
bin/pci
|
bin/pci
|
||||||
bin/bga
|
bin/bga
|
||||||
bin/ahci
|
bin/ahci
|
||||||
|
bin/proc_man
|
||||||
etc/pci_config
|
etc/pci_config
|
||||||
|
Loading…
Reference in New Issue
Block a user