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
.
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
181
Star
1.5k
Code
Issues
27
Pull requests
6
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
2c5e635
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 11, 2022
Update changelog
nicholasbishop
committed
d214630
Copy full SHA for d214630
fix rng test
gelven4sec
committed
8e31830
Copy full SHA for 8e31830
Replace `RngAlgorithm` struct by `RngAlgorithmType` Enum + Better test log
gelven4sec
committed
17c9011
Copy full SHA for 17c9011
fix `get_info` + make pointers unsafe
gelven4sec
committed
620ed9d
Copy full SHA for 620ed9d
Merge branch 'main' into add-rng-protocole
gelven4sec
authored
02b0b07
Copy full SHA for 02b0b07
Removed bad exemple from documentation
gelven4sec
authored
5cad38b
Copy full SHA for 5cad38b
Commits on Mar 10, 2022
add `get_rng` wrapper
gelven4sec
committed
d188e89
Copy full SHA for d188e89
Remove some no-longer-needed unstable features
nicholasbishop
authored and
GabrielMajeri
committed
23882b5
Copy full SHA for 23882b5
Commits on Mar 9, 2022
Merge branch 'rust-osdev:main' into add-rng-protocole
gelven4sec
authored
87f2b16
Copy full SHA for 87f2b16
Commits on Mar 8, 2022
implement BootServices::locate_handle_buffer function (#380)
Show description for ea81353
AtsukiTak
authored
ea81353
Copy full SHA for ea81353
add `get_info` wrapper
gelven4sec
committed
6f08d11
Copy full SHA for 6f08d11
add rng device on qemu + passing rng test
gelven4sec
committed
b9e9fea
Copy full SHA for b9e9fea
Commits on Mar 7, 2022
fmt
gelven4sec
committed
02533fe
Copy full SHA for 02533fe
fix error and info msg
gelven4sec
committed
0898f2a
Copy full SHA for 0898f2a
Merge branch 'rust-osdev:main' into add-rng-protocole
gelven4sec
authored
a365184
Copy full SHA for a365184
Add struct Rng and test instantiate it
gelven4sec
committed
22ad23c
Copy full SHA for 22ad23c
Add package sections to changelog
Show description for 95585e5
nicholasbishop
authored and
GabrielMajeri
committed
95585e5
Copy full SHA for 95585e5
Add BootServices::load_image
Show description for e344273
nicholasbishop
authored and
GabrielMajeri
committed
e344273
Copy full SHA for e344273
Commits on Mar 5, 2022
Implement the ConnectController/DisconnectController methods
necauqua
authored and
nicholasbishop
committed
20f4ae9
Copy full SHA for 20f4ae9
ci: add miri job
nicholasbishop
authored and
GabrielMajeri
committed
c8a8721
Copy full SHA for c8a8721
xtask: add command for running unit tests under Miri
nicholasbishop
authored and
GabrielMajeri
committed
1633903
Copy full SHA for 1633903
xtask: add option to override toolchain
nicholasbishop
authored and
GabrielMajeri
committed
f70feb8
Copy full SHA for f70feb8
Make `Error` public
Show description for 8e4fb8d
nicholasbishop
committed
8e4fb8d
Copy full SHA for 8e4fb8d
Commits on Mar 2, 2022
Fix alignment issues in file info types (#377)
Show description for ff8d367
nicholasbishop
authored
ff8d367
Copy full SHA for ff8d367
Don't run doctests with invalid pointers
Show description for 6aa14ab
nicholasbishop
authored and
GabrielMajeri
committed
6aa14ab
Copy full SHA for 6aa14ab
Commits on Feb 28, 2022
Remove unnecessary TryFrom/TryInto imports
Show description for d647a87
nicholasbishop
authored and
GabrielMajeri
committed
d647a87
Copy full SHA for d647a87
Switch all packages to the 2021 edition
nicholasbishop
authored and
GabrielMajeri
committed
b92545f
Copy full SHA for b92545f
Commits on Feb 27, 2022
loaded_image: make load options API safer
Show description for 8c35ae6
nicholasbishop
authored and
GabrielMajeri
committed
8c35ae6
Copy full SHA for 8c35ae6
Update changelog for file info changes
Show description for 217d254
nicholasbishop
authored and
GabrielMajeri
committed
217d254
Copy full SHA for 217d254
fix code format
AtsukiTak
authored and
nicholasbishop
committed
10e6aeb
Copy full SHA for 10e6aeb
Fix ProtocolsPerHandle internal property.
Show description for 3e9fe48
AtsukiTak
authored and
nicholasbishop
committed
3e9fe48
Copy full SHA for 3e9fe48
Commits on Feb 25, 2022
test-runner: add minimal test for LoadedImage protocol methods
nicholasbishop
authored and
GabrielMajeri
committed
43f853e
Copy full SHA for 43f853e
Add CHANGELOG.md
Show description for 08d1372
nicholasbishop
authored and
GabrielMajeri
committed
08d1372
Copy full SHA for 08d1372
file: remove more implicit string conversions
Show description for 529ad8e
nicholasbishop
authored and
GabrielMajeri
committed
529ad8e
Copy full SHA for 529ad8e
data_types: add CStr16::as_slice_with_nul
nicholasbishop
authored and
GabrielMajeri
committed
9f6ae71
Copy full SHA for 9f6ae71
Pagination
Previous
Next
You can’t perform that action at this time.