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
d5cf5b5
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 31, 2022
Merge branch 'issue-431-network-snp' of https://github.com/d-sonuga/uefi-rs into issue-431-network-snp
d-sonuga
committed
d5cf5b5
Copy full SHA for d5cf5b5
gave network statistics a better interface; refactored a little
d-sonuga
committed
2b073ca
Copy full SHA for 2b073ca
Merge branch 'rust-osdev:main' into issue-431-network-snp
d-sonuga
authored
3a37b83
Copy full SHA for 3a37b83
Commits on Oct 30, 2022
Add new device path node subtypes
Show description for 69b4771
nicholasbishop
committed
69b4771
Copy full SHA for 69b4771
Change DeviceSubType literals to the same numeric base as the spec
Show description for 8fba1ee
nicholasbishop
committed
8fba1ee
Copy full SHA for 8fba1ee
Merge pull request #539 from nicholasbishop/bishop-unaligned-slice-1
Show description for 93608b2
phip1611
authored
93608b2
Copy full SHA for 93608b2
Commits on Oct 29, 2022
Drop UnalignedCStr16 in favor of UnalignedSlice
Show description for 85a48e5
nicholasbishop
committed
85a48e5
Copy full SHA for 85a48e5
Add UnalignedSlice to string conversions
nicholasbishop
committed
d27db94
Copy full SHA for d27db94
Add UnalignedSlice
Show description for f96b109
nicholasbishop
committed
f96b109
Copy full SHA for f96b109
Commits on Oct 27, 2022
fixed an error in the snp module
d-sonuga
committed
fca827d
Copy full SHA for fca827d
Merge branch 'main' of https://github.com/d-sonuga/uefi-rs into issue-431-network-snp
d-sonuga
committed
5e84ac3
Copy full SHA for 5e84ac3
fixed an error in the snp code
d-sonuga
committed
f178635
Copy full SHA for f178635
wrapped SNP functions
d-sonuga
committed
ba6a580
Copy full SHA for ba6a580
done with definitions of snp structs
d-sonuga
committed
f2957a8
Copy full SHA for f2957a8
Commits on Oct 26, 2022
Merge pull request #529 from nicholasbishop/bishop-revision-formatting
Show description for 80065b5
phip1611
authored
80065b5
Copy full SHA for 80065b5
Rework Revision formatting
Show description for ad01c57
nicholasbishop
committed
ad01c57
Copy full SHA for ad01c57
Add Revision::EFI_2_100` constant
nicholasbishop
committed
e6d6d58
Copy full SHA for e6d6d58
Make Revision repr(transparent)
nicholasbishop
committed
cfb68b3
Copy full SHA for cfb68b3
Change firmware revision to a u32
Show description for 7fc985f
nicholasbishop
committed
7fc985f
Copy full SHA for 7fc985f
Merge pull request #538 from nicholasbishop/bishop-fix-new-clippies
Show description for 601544f
phip1611
authored
601544f
Copy full SHA for 601544f
Fix clippy warnings
Show description for cd761ed
nicholasbishop
committed
cd761ed
Copy full SHA for cd761ed
Commits on Oct 24, 2022
Merge pull request #532 from nicholasbishop/bishop-newer-runner
Show description for 78d110c
phip1611
authored
78d110c
Copy full SHA for 78d110c
ci: Simplify some jobs with ubuntu-22.04 runner
Show description for baa4ebc
nicholasbishop
authored and
phip1611
committed
baa4ebc
Copy full SHA for baa4ebc
Run the ia32 target using the same settings as x86_64
Show description for 82a3911
nicholasbishop
authored and
phip1611
committed
82a3911
Copy full SHA for 82a3911
Merge pull request #533 from nicholasbishop/bishop-rewrap
Show description for f591d78
phip1611
authored
f591d78
Copy full SHA for f591d78
Tweak pull request template wrapping
Show description for 3aafc7f
nicholasbishop
authored and
phip1611
committed
3aafc7f
Copy full SHA for 3aafc7f
Merge pull request #535 from nicholasbishop/bishop-guid-bytes
Show description for 0df8e1b
phip1611
authored
0df8e1b
Copy full SHA for 0df8e1b
Add Guid methods to convert to/from byte arrays
nicholasbishop
authored and
phip1611
committed
afe2abc
Copy full SHA for afe2abc
Merge pull request #536 from nicholasbishop/bishop-add-guid-macro
Show description for cfa653a
phip1611
authored
cfa653a
Copy full SHA for cfa653a
Convert uses of Guid::from_values to use the guid! macro
Show description for d16b833
nicholasbishop
committed
d16b833
Copy full SHA for d16b833
Add guid! macro
Show description for f53ae01
nicholasbishop
committed
f53ae01
Copy full SHA for f53ae01
Commits on Oct 17, 2022
Merge pull request #507 from timrobertsdev/nonnull-event
Show description for f55745c
nicholasbishop
authored
f55745c
Copy full SHA for f55745c
Cargo fmt for whitespace
timrobertsdev
committed
19ecdb3
Copy full SHA for 19ecdb3
Commits on Oct 13, 2022
Add `Event` change to changelog.
Show description for 44db75e
timrobertsdev
committed
44db75e
Copy full SHA for 44db75e
Merge branch 'main' into nonnull-event
timrobertsdev
authored
c64b284
Copy full SHA for c64b284
Pagination
Previous
Next
You can’t perform that action at this time.