Files
rust-osdev-uefi-rs/book
Nicholas Bishop 9237d5b911 book: Remove references to build-std
As of nightly-2022-11-10 the UEFI targets are tier 2 and available via
rustup, so build-std isn't needed anymore.
2022-11-24 14:40:30 -05:00
..
2022-11-24 14:40:30 -05:00
2022-09-27 20:12:09 -04:00
2022-09-27 20:12:09 -04:00
2022-09-27 20:12:09 -04:00

UEFI Book

To build the book locally, first install mdBook.

Next, launch a server that will automatically update as changes are made to the markdown sources:

mdbook serve book/

Then open http://localhost:3000 in a web browser.