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
182
Star
1.5k
Code
Issues
30
Pull requests
7
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
8bbdb9b
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 18, 2021
* Fix quotes in doc link
foxcob
committed
8bbdb9b
Copy full SHA for 8bbdb9b
* Add doc reference to SystemTable::get_current_system_table_addr() to method SystemTable::set_virtual_address_map().
Show description for e2fa3bc
foxcob
committed
e2fa3bc
Copy full SHA for e2fa3bc
Run cargo fmt
foxcob
committed
6e57127
Copy full SHA for 6e57127
Commits on Oct 16, 2021
* Moved set_virtual_address_map() implementation to the `SystemTable` struct.
Show description for 18b9a6c
foxcob
committed
18b9a6c
Copy full SHA for 18b9a6c
Commits on Oct 15, 2021
Temporarily failing test in uefi-macros
Show description for a4f4fd2
nicholasbishop
committed
a4f4fd2
Copy full SHA for a4f4fd2
Commits on Oct 8, 2021
Fix missing_safety_doc lint
Show description for 97158a4
nicholasbishop
committed
97158a4
Copy full SHA for 97158a4
Commits on Oct 6, 2021
Remove attribute to enable const_panic
Show description for a5d8c3e
nicholasbishop
committed
a5d8c3e
Copy full SHA for a5d8c3e
Commits on Sep 27, 2021
Merge pull request #290 from timrobertsdev/implement_debug_proto
Show description for 87db820
nicholasbishop
authored
87db820
Copy full SHA for 87db820
Mark callback registration functions as `unsafe`.
timrobertsdev
committed
7459eb7
Copy full SHA for 7459eb7
Commits on Sep 26, 2021
Cargo fmt whitespace changes.
timrobertsdev
committed
cf9c647
Copy full SHA for cf9c647
Make review changes.
timrobertsdev
committed
c797be3
Copy full SHA for c797be3
Commits on Sep 25, 2021
Mark `DebugSupport` internal function pointers as `unsafe`
timrobertsdev
committed
58f304d
Copy full SHA for 58f304d
Commits on Sep 24, 2021
Finish implementing safe methods for `DebugSupport`
Show description for 7099bff
timrobertsdev
committed
7099bff
Copy full SHA for 7099bff
Commits on Sep 15, 2021
feat: Implement missing methods of `DebugSupport`
timrobertsdev
committed
45b883f
Copy full SHA for 45b883f
Commits on Sep 13, 2021
macros: add compilation tests
Show description for fc67fab
nicholasbishop
authored and
GabrielMajeri
committed
fc67fab
Copy full SHA for fc67fab
Commits on Sep 10, 2021
contributing: remove text about protocol macro limitations (#284)
nicholasbishop
authored
750888c
Copy full SHA for 750888c
Commits on Sep 9, 2021
Add a test command to build.py and also use it in the CI (#283)
nicholasbishop
authored
6ec6fb5
Copy full SHA for 6ec6fb5
Commits on Sep 8, 2021
Merge pull request #277 from necauqua/macro-improvements
Show description for afbbb2e
nicholasbishop
authored
afbbb2e
Copy full SHA for afbbb2e
Improve macro errors
necauqua
committed
4d26d27
Copy full SHA for 4d26d27
Commits on Sep 7, 2021
Merge pull request #282 from rust-osdev/panic-unwind
Show description for 1b55908
nicholasbishop
authored
1b55908
Copy full SHA for 1b55908
Implement the `check_event` boot services function
GabrielMajeri
committed
8da602f
Copy full SHA for 8da602f
Handle panics by unwinding the stack
GabrielMajeri
committed
005ec04
Copy full SHA for 005ec04
Enhance `Guid::from_values` and `Guid::fmt` (#280)
timrobertsdev
authored
400c905
Copy full SHA for 400c905
Commits on Aug 23, 2021
Add CString16
Show description for 58ae6a4
nicholasbishop
authored and
GabrielMajeri
committed
58ae6a4
Copy full SHA for 58ae6a4
Add `num_bytes` method to `CStr16` (#274)
nicholasbishop
authored
ba9504f
Copy full SHA for ba9504f
Fix doc link and make CI lints stricter (#272)
Show description for 93c2991
nicholasbishop
authored
93c2991
Copy full SHA for 93c2991
Add newtype enum for variable vendors and add `IMAGE_SECURITY_DATABASE` to it (#273)
nicholasbishop
authored
4811cab
Copy full SHA for 4811cab
Publish new version of the `uefi-services` crate
GabrielMajeri
committed
4f74dd6
Copy full SHA for 4f74dd6
Publish new version of `uefi` crate
GabrielMajeri
committed
5095fcd
Copy full SHA for 5095fcd
Publish new version of `uefi-macros` crate
GabrielMajeri
committed
8832fbc
Copy full SHA for 8832fbc
Add a readme to `uefi-macros`
GabrielMajeri
committed
5423d20
Copy full SHA for 5423d20
Commits on Aug 19, 2021
docs: update the lists of UEFI targets
nicholasbishop
authored and
GabrielMajeri
committed
d289e0c
Copy full SHA for d289e0c
Commits on Aug 15, 2021
make `GraphicsOutput.query_mode(...)` public
Show description for 4222d50
HTGAzureX1212
authored and
GabrielMajeri
committed
4222d50
Copy full SHA for 4222d50
Commits on Aug 11, 2021
Use the built-in `aarch64-unknown-uefi` target (#269)
Andy-Python-Programmer
authored
9af9349
Copy full SHA for 9af9349
Commits on Aug 9, 2021
Add a minimal UEFI application template (#268)
Show description for 9c5732f
nicholasbishop
authored
9c5732f
Copy full SHA for 9c5732f
Pagination
Previous
Next
You can’t perform that action at this time.