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
183
Star
1.5k
Code
Issues
30
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
4c5bb10
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 2, 2024
Merge pull request #1286 from nicholasbishop/bishop-update-chanagelog
Show description for 4c5bb10
nicholasbishop
authored
4c5bb10
Copy full SHA for 4c5bb10
uefi: Add release data to 0.30.0 release
nicholasbishop
committed
f6a1a42
Copy full SHA for f6a1a42
Merge pull request #1282 from nicholasbishop/bishop-fix-dp-lifetimes
Show description for a457110
phip1611
authored
a457110
Copy full SHA for a457110
Merge pull request #1283 from rust-osdev/bishop-boot-exit
Show description for c3ed645
phip1611
authored
c3ed645
Copy full SHA for c3ed645
boot: Add freestanding exit function
nicholasbishop
committed
df8d014
Copy full SHA for df8d014
Commits on Aug 1, 2024
uefi: Fix lifetimes in device_path TryFrom<&[u8]> impls
Show description for a9e48c2
nicholasbishop
committed
a9e48c2
Copy full SHA for a9e48c2
Merge pull request #1279 from phip1611/nix
Show description for 30d33ec
nicholasbishop
authored
30d33ec
Copy full SHA for 30d33ec
nix/niv: update dependencies
Show description for dbc344e
phip1611
committed
dbc344e
Copy full SHA for dbc344e
Merge pull request #1278 from nicholasbishop/bishop-connect-controller
Show description for 6f98341
phip1611
authored
6f98341
Copy full SHA for 6f98341
Merge pull request #1276 from nicholasbishop/bishop-raise-tpl
Show description for 71ebba1
phip1611
authored
71ebba1
Copy full SHA for 71ebba1
test-runner: Update reconnect_serial_to_console
Show description for ff48052
nicholasbishop
committed
ff48052
Copy full SHA for ff48052
boot: Add freestanding connect_controller and disconnect_controller
nicholasbishop
committed
6138bbe
Copy full SHA for 6138bbe
Merge pull request #1277 from rust-osdev/renovate/lock-file-maintenance
Show description for 32b83ec
renovate[bot]
authored
32b83ec
Copy full SHA for 32b83ec
chore(deps): lock file maintenance
renovate[bot]
authored
1126ff6
Copy full SHA for 1126ff6
test-runner: Add raise_tpl test
nicholasbishop
committed
7b53512
Copy full SHA for 7b53512
boot: Add freestanding version of raise_tpl
Show description for c9fc824
nicholasbishop
committed
c9fc824
Copy full SHA for c9fc824
Commits on Jul 31, 2024
Merge pull request #1275 from phip1611/ci
Show description for 08dd75b
nicholasbishop
authored
08dd75b
Copy full SHA for 08dd75b
Merge pull request #1274 from phip1611/clippy-2
Show description for def0fc8
nicholasbishop
authored
def0fc8
Copy full SHA for def0fc8
ci: organize nightly CI jobs
Show description for c16a304
phip1611
committed
c16a304
Copy full SHA for c16a304
uefi: fix unused `use`
phip1611
committed
071db39
Copy full SHA for 071db39
uefi: workaround dead code warning on nightly
Show description for cedcce9
phip1611
committed
cedcce9
Copy full SHA for cedcce9
uefi: streamline lints
Show description for afc2af8
phip1611
committed
afc2af8
Copy full SHA for afc2af8
Merge pull request #1271 from phip1611/clippy
Show description for 7d61816
phip1611
authored
7d61816
Copy full SHA for 7d61816
clippy/uefi-raw: streamline lints with main crate
phip1611
committed
43607ce
Copy full SHA for 43607ce
clippy/uefi: prefer const fn where possible
Show description for c70b41a
phip1611
committed
c70b41a
Copy full SHA for c70b41a
clippy/uefi: prefer Self where possible
phip1611
committed
6691f0e
Copy full SHA for 6691f0e
Merge pull request #1273 from nicholasbishop/bishop-free-image
Show description for 1c8e869
phip1611
authored
1c8e869
Copy full SHA for 1c8e869
test-runner: Use freestanding boot functions in shell_launcher
Show description for 4216052
nicholasbishop
committed
4216052
Copy full SHA for 4216052
boot: Add freestanding version of start_image
nicholasbishop
committed
450c4e6
Copy full SHA for 450c4e6
boot: Add freestanding version of unload_image
nicholasbishop
committed
ac56349
Copy full SHA for ac56349
boot: Add freestanding version of load_image
nicholasbishop
committed
7f9d2dd
Copy full SHA for 7f9d2dd
Commits on Jul 30, 2024
Merge pull request #1263 from phip1611/memory-map
Show description for f2ace36
nicholasbishop
authored
f2ace36
Copy full SHA for f2ace36
doc: streamline changelog
phip1611
committed
daeaaf5
Copy full SHA for daeaaf5
uefi: add public API unit test for memory_map module
Show description for ff90edb
phip1611
committed
ff90edb
Copy full SHA for ff90edb
uefi: mem: unit test cleanup and streamlining
phip1611
committed
f6eb0d8
Copy full SHA for f6eb0d8
Pagination
Previous
Next
You can’t perform that action at this time.