Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-osdev
/
uefi-rs
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
181
Star
1.5k
Code
Issues
27
Pull requests
8
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
a1c61c8
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 3, 2021
device path: implement PartialEq+Eq for DevicePath (#265)
nicholasbishop
authored
a1c61c8
Copy full SHA for a1c61c8
Add `BootServices::exit` method; Make `PointerMode`'s fields public for checking against support of a pointer device (#261)
HTGAzureX1212
authored
4ec91ab
Copy full SHA for 4ec91ab
Commits on Jul 31, 2021
device path: add iter method and test (#264)
nicholasbishop
authored
b1416ad
Copy full SHA for b1416ad
Add method to get variable names (#254)
nicholasbishop
authored
45c38a1
Copy full SHA for 45c38a1
device path: add header struct (#263)
nicholasbishop
authored
ce3b344
Copy full SHA for ce3b344
Fix procedural macros (#260)
necauqua
authored
8eb1948
Copy full SHA for 8eb1948
Better `fmt::Debug` for `Time` struct + `fmt::Display` (#256)
phip1611
authored
2d2e5a2
Copy full SHA for 2d2e5a2
Commits on Jul 18, 2021
Fix `BltRegion::Full` bounds check (#257)
MaulingMonkey
authored
9dc10a1
Copy full SHA for 9dc10a1
Implement `BootServices::protocols_per_handle` (#253)
nicholasbishop
authored
12192a0
Copy full SHA for 12192a0
Better logger that includes filename and line (#246)
Show description for 3848aa1
phip1611
and
GabrielMajeri
authored
3848aa1
Copy full SHA for 3848aa1
device path: add constants for all subtypes (#250)
Show description for 49a20ee
nicholasbishop
and
GabrielMajeri
authored
49a20ee
Copy full SHA for 49a20ee
device path: change the length type to u16
Show description for aae6f80
nicholasbishop
authored and
GabrielMajeri
committed
aae6f80
Copy full SHA for aae6f80
Commits on Jul 5, 2021
Add support for getting/setting variables
Show description for 48e958d
nicholasbishop
authored and
GabrielMajeri
committed
48e958d
Copy full SHA for 48e958d
Commits on Jun 23, 2021
Build for the AArch64 target in CI
GabrielMajeri
committed
5bcf9a2
Copy full SHA for 5bcf9a2
Fix the shim protocol on non-x86 platforms
GabrielMajeri
committed
8a54e4d
Copy full SHA for 8a54e4d
Update the `stack-probes` target spec option
GabrielMajeri
committed
80d0d28
Copy full SHA for 80d0d28
Commits on Jun 12, 2021
Make using the `stdio` handles require a mutable ref (#240)
GabrielMajeri
authored
80ea650
Copy full SHA for 80ea650
shim: ShimLock protocol uses "sysv64" function ABI (#227)
josephlr
authored
9db727c
Copy full SHA for 9db727c
Commits on Jun 10, 2021
Add `num_blocks` method to `GptPartitionEntry` (#238)
nicholasbishop
authored
a13ddfe
Copy full SHA for a13ddfe
Commits on Jun 8, 2021
Implement image loading/starting
Show description for fb95246
nicholasbishop
authored and
GabrielMajeri
committed
fb95246
Copy full SHA for fb95246
Commits on Jun 7, 2021
Rename boot services' `memset` to `set_mem` (#235)
iankronquist
authored
1c7752f
Copy full SHA for 1c7752f
Fix clippy warnings (#236)
GabrielMajeri
authored
49c9961
Copy full SHA for 49c9961
Commits on Jun 4, 2021
Derive Debug for CharConversionError (#233)
nicholasbishop
authored
6429e6a
Copy full SHA for 6429e6a
device_path: expand module docstring and add repr(packed)
Show description for dd7bf87
nicholasbishop
authored and
GabrielMajeri
committed
dd7bf87
Copy full SHA for dd7bf87
Use newtype_enum for DevicePath enums (#230)
nicholasbishop
authored
db52005
Copy full SHA for db52005
Fix type of the media field in the BlockIO protocol
Show description for 486e06e
nicholasbishop
authored and
GabrielMajeri
committed
486e06e
Copy full SHA for 486e06e
Commits on Jun 3, 2021
Make the `qemu-exit` dependency optional (#229)
GabrielMajeri
authored
948464c
Copy full SHA for 948464c
Commits on May 23, 2021
Add shim lock protocol
Show description for 9ba6517
nicholasbishop
authored and
GabrielMajeri
committed
9ba6517
Copy full SHA for 9ba6517
Commits on May 21, 2021
Add PartitionInfo protocol
Show description for 90e7839
nicholasbishop
authored and
GabrielMajeri
committed
90e7839
Copy full SHA for 90e7839
Commits on May 20, 2021
Publish new versions of the crates
GabrielMajeri
committed
7773aca
Copy full SHA for 7773aca
Fix some `unused import` warnings when `exts` feature is disabled
phil-opp
authored and
GabrielMajeri
committed
f88b78a
Copy full SHA for f88b78a
Add `FromResidual<Result<!, Error>>` impl for `Status`
phil-opp
authored and
GabrielMajeri
committed
8130ddf
Copy full SHA for 8130ddf
Commits on May 19, 2021
Publish new version of the crates
GabrielMajeri
committed
1561f67
Copy full SHA for 1561f67
Switch to the newer `Try` trait API (#221)
GabrielMajeri
authored
8c0535c
Copy full SHA for 8c0535c
Commits on May 12, 2021
Publish new version of the crate
GabrielMajeri
committed
68d21a6
Copy full SHA for 68d21a6
Pagination
Previous
Next
You can’t perform that action at this time.