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
182
Star
1.5k
Code
Issues
28
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
c8813f4
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 12, 2021
`build.py`: fix `clippy --verbose` (#323)
nicholasbishop
authored
c8813f4
Copy full SHA for c8813f4
Implement `open_protocol`, use it to fix flaky screenshot test (#318)
nicholasbishop
authored
92515cc
Copy full SHA for 92515cc
Publish new versions of the crates (#321)
GabrielMajeri
authored
1818cd7
Copy full SHA for 1818cd7
Commits on Dec 11, 2021
Improve clippy linting in `build.py` and CI (#319)
nicholasbishop
authored
11cea89
Copy full SHA for 11cea89
Add documentation about logging/allocating after exiting boot services (#288)
nicholasbishop
authored
771caa2
Copy full SHA for 771caa2
Enable all `uefi-rs` features on `docs.rs` (#295)
nicholasbishop
authored
fcf8d2a
Copy full SHA for fcf8d2a
Commits on Nov 30, 2021
Document the newly added flag
GabrielMajeri
authored and
nicholasbishop
committed
511d0bf
Copy full SHA for 511d0bf
Add flag to `build.py` for disabling KVM
GabrielMajeri
authored and
nicholasbishop
committed
e785d7c
Copy full SHA for e785d7c
Commits on Nov 29, 2021
Update and reorganize documentation
GabrielMajeri
authored and
nicholasbishop
committed
8aeac23
Copy full SHA for 8aeac23
Commits on Nov 27, 2021
Add `CStr16::from_str_with_buf` (#291)
nicholasbishop
authored
5be61ad
Copy full SHA for 5be61ad
Commits on Nov 26, 2021
Improve Handle buffer handling code
necauqua
authored and
nicholasbishop
committed
c00bb56
Copy full SHA for c00bb56
Commits on Nov 24, 2021
Change Handle repr to be non-nullable so that Option<Handle> is ffi-safe
necauqua
authored and
nicholasbishop
committed
b7e2fff
Copy full SHA for b7e2fff
Commits on Nov 23, 2021
Fix locate_device_path impl according to how it's supposed to be used
necauqua
authored and
nicholasbishop
committed
452b9c6
Copy full SHA for 452b9c6
Commits on Nov 20, 2021
Revert "Temporarily disable a false-positive clippy lint"
Show description for 3f8082b
nicholasbishop
committed
3f8082b
Copy full SHA for 3f8082b
Commits on Nov 8, 2021
loaded_image: document size argument unit
Show description for 9e11218
baloo
authored and
nicholasbishop
committed
9e11218
Copy full SHA for 9e11218
Commits on Oct 27, 2021
Revert "Temporarily failing test in uefi-macros"
Show description for c1d4772
nicholasbishop
committed
c1d4772
Copy full SHA for c1d4772
Commits on Oct 25, 2021
Fix an uninitialized-memory error
Show description for 1ea8c9a
nicholasbishop
committed
1ea8c9a
Copy full SHA for 1ea8c9a
Temporarily disable a false-positive clippy lint
Show description for cba22cc
nicholasbishop
committed
cba22cc
Copy full SHA for cba22cc
test-runner: fix an uninitialized-memory error
Show description for fcbdda9
nicholasbishop
committed
fcbdda9
Copy full SHA for fcbdda9
Commits on Oct 18, 2021
Remove Cargo features from BUILDING.md
YtvwlD
authored and
nicholasbishop
committed
55de130
Copy full SHA for 55de130
Use build-std-features instead of rlibc
YtvwlD
authored and
nicholasbishop
committed
7c37171
Copy full SHA for 7c37171
Merge pull request #301 from foxcob/fix_set_virtual_address_map
Show description for d0b78d0
nicholasbishop
authored
d0b78d0
Copy full SHA for d0b78d0
Merge branch 'master' into fix_set_virtual_address_map
nicholasbishop
authored
c9986a4
Copy full SHA for c9986a4
* Reversed correction of quotes from before (should be back-ticks) for code style formatting.
foxcob
committed
86124c9
Copy full SHA for 86124c9
* 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 17, 2021
Merge pull request #293 from timrobertsdev/impl_event_fns
Show description for a654c08
nicholasbishop
authored
a654c08
Copy full SHA for a654c08
Merge branch 'master' into impl_event_fns
nicholasbishop
authored
14b8318
Copy full SHA for 14b8318
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 10, 2021
Remove safety section from `close_event`'s documentation, as it's no longer unsafe.
timrobertsdev
committed
463c6ca
Copy full SHA for 463c6ca
Commits on Oct 8, 2021
Merge branch 'rust-osdev:master' into impl_event_fns
timrobertsdev
authored
8eefdd9
Copy full SHA for 8eefdd9
Add additional safety comments for `Event::unsafe_clone()`
Show description for 14a1190
timrobertsdev
committed
14a1190
Copy full SHA for 14a1190
Fix missing_safety_doc lint
Show description for 97158a4
nicholasbishop
committed
97158a4
Copy full SHA for 97158a4
Pagination
Previous
Next
You can’t perform that action at this time.