Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-osdev
/
x86_64
Public
Notifications
You must be signed in to change notification settings
Fork
156
Star
939
Code
Issues
24
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Added the "from_pfn" in PhysFrame
- #593
#593
Merged
Freax13
merged 11 commits into
rust-osdev:master
rust-osdev/x86_64:master
from
zhangxuan2011:master
zhangxuan2011/x86_64:master
Copy head branch name to clipboard
Jul 10, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
feat: Added the "from_pfn" in PhysFrame
#593
Freax13
merged 11 commits into
rust-osdev:master
rust-osdev/x86_64:master
from
zhangxuan2011:master
zhangxuan2011/x86_64:master
Copy head branch name to clipboard
Commits
Commits on Jul 10, 2026
fix: :ambulance: Fixed the `Star` register's selector checking
Show description for 25ff43a
zhangxuan2011
authored and
Freax13
committed
25ff43a
View commit details
Copy full SHA for 25ff43a
Browse repository at this point
feat: :sparkles: Added a function called `from_pfn`
Show description for 8cedd1a
zhangxuan2011
authored and
Freax13
committed
8cedd1a
View commit details
Copy full SHA for 8cedd1a
Browse repository at this point
feat(paging): :sparkles: Added `from_pfn_unchecked`, `try_from_pfn`, `pfn` functions to implement more about it
zhangxuan2011
authored and
Freax13
committed
bbb1776
View commit details
Copy full SHA for bbb1776
Browse repository at this point
docs([aging): :memo: Updated docs
zhangxuan2011
authored and
Freax13
committed
0f6126d
View commit details
Copy full SHA for 0f6126d
Browse repository at this point
revert(syscall): :bug: Revert to previous star writer
zhangxuan2011
authored and
Freax13
committed
6810ebb
View commit details
Copy full SHA for 6810ebb
Browse repository at this point
fix(paging): :bug: Fixed that the mul might cause overflow / panic
Show description for 4a52e0e
zhangxuan2011
authored and
Freax13
committed
4a52e0e
View commit details
Copy full SHA for 4a52e0e
Browse repository at this point
feat(paging): :sparkles: Added new error type about invalid pfn
zhangxuan2011
authored and
Freax13
committed
3a5107f
View commit details
Copy full SHA for 3a5107f
Browse repository at this point
perf(addr): :fire: Removed unnessary docs and code
zhangxuan2011
authored and
Freax13
committed
b94acdc
View commit details
Copy full SHA for b94acdc
Browse repository at this point
improve documentation
Show description for 8f2866a
Freax13
committed
8f2866a
View commit details
Copy full SHA for 8f2866a
Browse repository at this point
rename InvalidPfn to PfnNotValid
Show description for 8cc3adb
Freax13
committed
8cc3adb
View commit details
Copy full SHA for 8cc3adb
Browse repository at this point
constify PhysFrame::from_pfn and PhysFrame::try_from_pfn
Freax13
committed
4c75925
View commit details
Copy full SHA for 4c75925
Browse repository at this point
You can’t perform that action at this time.