Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
c6088c0
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 6, 2022
Pin to a working nightly
Show description for c6088c0
nicholasbishop
committed
c6088c0
Copy full SHA for c6088c0
Add rust-toolchain.toml
Show description for 26be890
nicholasbishop
committed
26be890
Copy full SHA for 26be890
Commits on Sep 2, 2022
Update changelog
nicholasbishop
committed
55e6896
Copy full SHA for 55e6896
Commits on Sep 1, 2022
Drop use of unstable try_trait_v2 feature
Show description for ab13149
nicholasbishop
committed
ab13149
Copy full SHA for ab13149
Update changelog for open_protocol_exclusive
nicholasbishop
committed
02e02d4
Copy full SHA for 02e02d4
Mark open_protocol as unsafe
nicholasbishop
committed
5eb0a14
Copy full SHA for 5eb0a14
Update examples to use open_protocol_exclusive where possible
nicholasbishop
committed
af3f533
Copy full SHA for af3f533
Add open_protocol_exclusive
nicholasbishop
committed
fb476c6
Copy full SHA for fb476c6
Expand entry macro docstring
Show description for fca3507
nicholasbishop
committed
fca3507
Copy full SHA for fca3507
Automatically set global image handle in entry point
nicholasbishop
committed
058e0e4
Copy full SHA for 058e0e4
Add global image handle
nicholasbishop
committed
dea0a04
Copy full SHA for dea0a04
Implement `HardDriveMediaDevicePath` (along with MBR and GPT tests).
ColinFinck
authored and
nicholasbishop
committed
1c62af7
Copy full SHA for 1c62af7
Support any visibility for the structs created by `newtype_enum!`
ColinFinck
authored and
nicholasbishop
committed
dbf9ad1
Copy full SHA for dbf9ad1
is_media_preset -> is_media_present in BlockIOMedia
ColinFinck
authored and
nicholasbishop
committed
e2cde21
Copy full SHA for e2cde21
Transform feature "ignore-logger-errors" to additive feature.
phip1611
authored and
nicholasbishop
committed
1863e29
Copy full SHA for 1863e29
Commits on Aug 27, 2022
add Ord and PartialOrd for Guid struct
kendase3
authored and
nicholasbishop
committed
9047806
Copy full SHA for 9047806
Commits on Aug 26, 2022
Update changelog for 0.16.1
nicholasbishop
committed
53d2b61
Copy full SHA for 53d2b61
Enable CI for version-* branches
Show description for 55cf144
nicholasbishop
committed
55cf144
Copy full SHA for 55cf144
Use doc_auto_cfg to show feature requirements on docs.rs
Show description for 9924472
nicholasbishop
committed
9924472
Copy full SHA for 9924472
Relax version requirements for various deps
Show description for 08ddf18
nicholasbishop
committed
08ddf18
Copy full SHA for 08ddf18
Update deprecation version in ScopedProtocol::interface
Show description for 194bccb
nicholasbishop
committed
194bccb
Copy full SHA for 194bccb
Commits on Aug 15, 2022
Update nix requirement from 0.24.1 to 0.25.0
Show description for bfa88e1
dependabot[bot]
authored and
nicholasbishop
committed
bfa88e1
Copy full SHA for bfa88e1
Commits on Aug 4, 2022
QEMU/OVMF improvements (#474)
Show description for 4221e42
nicholasbishop
authored
4221e42
Copy full SHA for 4221e42
Commits on Aug 1, 2022
Merge pull request #467 from e820/protocol-disk-io
Show description for 8833ff9
nicholasbishop
authored
8833ff9
Copy full SHA for 8833ff9
Simplify disk I/O 2 test
e820
authored and
nicholasbishop
committed
5f67272
Copy full SHA for 5f67272
Rework disk I/O API and test
e820
authored and
nicholasbishop
committed
c326d51
Copy full SHA for c326d51
Don't hardcode media ID during DiskIo & DiskIo2 tests
e820
authored and
nicholasbishop
committed
cc9970b
Copy full SHA for cc9970b
Remove colon after Safety doc section
e820
authored and
nicholasbishop
committed
bdf8374
Copy full SHA for bdf8374
Add safety docs & rework test for DiskIo2
e820
authored and
nicholasbishop
committed
62fb39f
Copy full SHA for 62fb39f
Format and make DiskIo2 test optional
e820
authored and
nicholasbishop
committed
7b7a7da
Copy full SHA for 7b7a7da
Move close_event() to callback
e820
authored and
nicholasbishop
committed
7151e7f
Copy full SHA for 7151e7f
Make DiskIo2 I/O unsafe & add tests
e820
authored and
nicholasbishop
committed
468c4af
Copy full SHA for 468c4af
Make DiskIo2Token fields pub
e820
authored and
nicholasbishop
committed
2c9fdee
Copy full SHA for 2c9fdee
Fix DiskIo and DiskIo2 GUIDs
e820
authored and
nicholasbishop
committed
f80c9b4
Copy full SHA for f80c9b4
Add and protocols
e820
authored and
nicholasbishop
committed
e6c8308
Copy full SHA for e6c8308
Pagination
Previous
Next
You can’t perform that action at this time.