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
26
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
452b9c6
User selector
All users
Datepicker
All time
Commit History
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
Commits on Oct 7, 2021
Merge branch 'master' into impl_event_fns
timrobertsdev
authored
0a3c66f
Copy full SHA for 0a3c66f
Remove `Copy` and `Clone` from `Event`, giving it move semantics.
timrobertsdev
committed
d59c3b4
Copy full SHA for d59c3b4
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 30, 2021
Adjust `BootServices::create_event()` to pass context to the callback.
Show description for 7a821ef
timrobertsdev
committed
7a821ef
Copy full SHA for 7a821ef
Commits on Sep 29, 2021
Implement `signal_event()` and `close_event()`.
timrobertsdev
committed
ad6af63
Copy full SHA for ad6af63
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
Pagination
Previous
Next
You can’t perform that action at this time.