Skip to content

Commit 438be09

Browse files
Rework "Building UEFI programs" sections in the readmes
These sections were mostly duplicated between the top-level readme and the `uefi` package's readme. In the top-level readme, it had a broken link to the `BUILDING.md` document which has been deleted. Since we now have "Documentation" sections in both those readmes, the "Building UEFI programs" section was mostly redundent, except for the part about MSRV. Add new MSRV sections, and in the top-level readme just link to the `uefi` package's readme so that we don't have to update both places when the MSRV changes.
1 parent 62abe00 commit 438be09

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,9 @@ most of the library's functionality.
8989
Check out the testing project's [`README.md`](uefi-test-runner/README.md) for
9090
prerequisites for running the tests.
9191

92-
## Building UEFI programs
92+
## MSRV
9393

94-
For instructions on how to create your own UEFI apps, see the [BUILDING.md](BUILDING.md) file.
95-
96-
The uefi-rs crates currently require some [unstable features].
97-
The nightly MSRV is currently 2022-11-22.
98-
99-
[unstable features]: https://github.com/rust-osdev/uefi-rs/issues/452
94+
See the [uefi package's README](uefi/README.md#MSRV).
10095

10196
## Contributing
10297

uefi/README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,12 @@ For additional information, refer to the [UEFI specification][spec].
4747
[spec]: http://www.uefi.org/specifications
4848
[uefi-rs book]: https://rust-osdev.github.io/uefi-rs/HEAD
4949

50-
## Building UEFI programs
51-
52-
For instructions on how to create your own UEFI apps, see the [tutorial].
50+
## MSRV
5351

5452
The uefi-rs crates currently require some [unstable features].
5553
The nightly MSRV is currently 2022-11-22.
5654

5755
[unstable features]: https://github.com/rust-osdev/uefi-rs/issues/452
58-
[tutorial]: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/introduction.html
5956

6057
## License
6158

0 commit comments

Comments
 (0)