Files
Nicholas Bishop 3455e11330 docs: Add book
This is a first pass at adding a uefi-rs book. It is not a replacement
for the reference documentation on docs.rs, but more of a companion.

See [book/README.md] for a quick intro on how to build the book locally.

https://github.com/rust-osdev/uefi-rs/issues/459
2022-09-27 20:12:09 -04:00

321 B

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.