File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2
2
name = " bootloader_api"
3
3
version = " 0.1.0-alpha.0"
4
4
edition = " 2021"
5
+ description = " Makes a kernel compatible with the bootloader crate"
6
+ license = " MIT/Apache-2.0"
5
7
6
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
9
Original file line number Diff line number Diff line change 2
2
name = " bootloader-x86_64-common"
3
3
version = " 0.1.0-alpha.0"
4
4
edition = " 2021"
5
+ description = " Common code for the x86_64 bootloader implementations"
6
+ license = " MIT/Apache-2.0"
5
7
6
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
9
Original file line number Diff line number Diff line change 2
2
name = " bootloader-x86_64-uefi"
3
3
version = " 0.1.0-alpha.0"
4
4
edition = " 2021"
5
+ description = " UEFI bootloader for x86_64"
6
+ license = " MIT/Apache-2.0"
5
7
6
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
9
You can’t perform that action at this time.
0 commit comments