mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
| .. | ||
| src | ||
| book.toml | ||
| README.md | ||
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.