rust-osdev / uefi-rs

Rusty wrapper for the Unified Extensible Firmware Interface (UEFI). This crate makes it easy to develop Rust software that leverages safe, convenient, and performant abstractions for UEFI functionality.
https://rust-osdev.com/uefi-book
Mozilla Public License 2.0
1.29k stars 155 forks source link

Update the hello-world tutorial #1397

Closed nicholasbishop closed 2 weeks ago

nicholasbishop commented 2 weeks ago

This page was a little out of date; it still referred to main taking multiple arguments, and to the uefi_services crate.

Checklist