Skip to content

„A Comprehensive Guide To UEFI Programming” — an attempt at writing a book by me

Notifications You must be signed in to change notification settings

natanalt/uefi-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Comprehensive Guide To UEFI Programming

This repo contains my attempt at writing a book about UEFI application programming.

Building

# You need mdbook, installable via the Rust package manager
cargo install mdbook

# 1. If you want to locally host the book (let's say for writing), run:
mdbook serve

# 2. If you want to just build the book, run:
mdbook build

Motivations

UEFI is a major pain to use. I would've loved such a book.

About

„A Comprehensive Guide To UEFI Programming” — an attempt at writing a book by me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published