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
31
Pull requests
14
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
0f33a5c
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 19, 2024
Update test-runner
nicholasbishop
committed
0f33a5c
Copy full SHA for 0f33a5c
wip: Implement more of the uefi::runtime module
nicholasbishop
committed
2c361a8
Copy full SHA for 2c361a8
Add uefi::runtime module
Show description for b9cf954
nicholasbishop
committed
b9cf954
Copy full SHA for b9cf954
wip: Add uefi::boot module
nicholasbishop
committed
87f4be9
Copy full SHA for 87f4be9
uefi: Make some data in the `uefi::table::boot` module `pub(crate)`
Show description for 0c197f0
nicholasbishop
committed
0c197f0
Copy full SHA for 0c197f0
Commits on Jul 16, 2024
Merge pull request #1246 from nicholasbishop/bishop-tcg-new-boxed
Show description for 1fa9408
phip1611
authored
1fa9408
Copy full SHA for 1fa9408
Commits on Jul 15, 2024
uefi: Update changelog
nicholasbishop
committed
8bc7605
Copy full SHA for 8bc7605
tcg: PcrEvent/PcrEventInputs: add new_in_box constructors
nicholasbishop
committed
2e0be2a
Copy full SHA for 2e0be2a
tcg: Return a mut ref from PcrEventInputs::new_in_buffer
Show description for 6c726f3
nicholasbishop
committed
6c726f3
Copy full SHA for 6c726f3
tcg: Impl Eq/PartialEq for PcrEventInputs
Show description for 6bead2e
nicholasbishop
committed
6bead2e
Copy full SHA for 6bead2e
tcg: PcrEvent/PcrEventInputs: use initialized buf for input
Show description for d83e1d5
nicholasbishop
committed
d83e1d5
Copy full SHA for d83e1d5
tcg: PcrEvent/PcrEventInputs: return required size on error
Show description for 373c4ea
nicholasbishop
committed
373c4ea
Copy full SHA for 373c4ea
tcg: PcrEvent/PcrEventInputs: impl Align
Show description for 2cd0d91
nicholasbishop
committed
2cd0d91
Copy full SHA for 2cd0d91
Merge pull request #1237 from nicholasbishop/bishop-system-freestanding
Show description for 7a0a8ee
phip1611
authored
7a0a8ee
Copy full SHA for 7a0a8ee
Merge pull request #1245 from rust-osdev/renovate/lock-file-maintenance
Show description for 611202b
renovate[bot]
authored
611202b
Copy full SHA for 611202b
chore(deps): lock file maintenance
renovate[bot]
authored
1c68af3
Copy full SHA for 1c68af3
test-runner: Test the uefi::system module
nicholasbishop
committed
46e47c7
Copy full SHA for 46e47c7
uefi: Add standard derives for ConfigTableEntry
nicholasbishop
committed
fc637c8
Copy full SHA for fc637c8
Add uefi::system module
Show description for 7758fe4
nicholasbishop
committed
7758fe4
Copy full SHA for 7758fe4
uefi: Add table::system_table_raw_panicking
Show description for 5cfc5f0
nicholasbishop
committed
5cfc5f0
Copy full SHA for 5cfc5f0
Merge pull request #1242 from rust-osdev/renovate/crate-ci-typos-1.x
Show description for dda8910
renovate[bot]
authored
dda8910
Copy full SHA for dda8910
chore(deps): update crate-ci/typos action to v1.23.2
renovate[bot]
authored
e3f2fdb
Copy full SHA for e3f2fdb
Merge pull request #1234 from phip1611/mem
Show description for 380f98f
nicholasbishop
authored
380f98f
Copy full SHA for 380f98f
Commits on Jul 14, 2024
doc: improve description of MemoryMap
phip1611
committed
db5e9c8
Copy full SHA for db5e9c8
uefi: cleanup
phip1611
committed
8264e47
Copy full SHA for 8264e47
doc: update changelog
phip1611
committed
66c42bc
Copy full SHA for 66c42bc
uefi: impl Index and IndexMut for MemoryMapOwned, MemoryMapRef, and MemoryMapRefMut
phip1611
committed
94bef93
Copy full SHA for 94bef93
uefi: introduce types MemoryMapOwned, MemoryMapRef, and MemoryMapRefMut
Show description for 831d8b5
phip1611
committed
831d8b5
Copy full SHA for 831d8b5
uefi: introduce traits MemoryMap and MemoryMapMut
phip1611
committed
ab6edf9
Copy full SHA for ab6edf9
uefi: MemoryMap -> MemoryMapOwned
phip1611
committed
bcb91aa
Copy full SHA for bcb91aa
Commits on Jul 13, 2024
Merge pull request #1239 from phip1611/println
Show description for 94938ef
nicholasbishop
authored
94938ef
Copy full SHA for 94938ef
uefi: _print more failsafe
Show description for 52f53ef
phip1611
committed
52f53ef
Copy full SHA for 52f53ef
Commits on Jul 9, 2024
Merge pull request #1231 from rust-osdev/renovate/syn-2.x-lockfile
Show description for 6afbf78
phip1611
authored
6afbf78
Copy full SHA for 6afbf78
Merge pull request #1235 from rust-osdev/bishop-remove-unnecessary-config
Show description for b19eb85
phip1611
authored
b19eb85
Copy full SHA for b19eb85
logger: Remove some unnecessary cfgs
Show description for 2b2640f
nicholasbishop
committed
2b2640f
Copy full SHA for 2b2640f
Pagination
Previous
Next
You can’t perform that action at this time.