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
Accelerator
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
Type
/
to 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
.
comix-kernel
/
comix
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
6
Code
Issues
6
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat(mm): 基本实现 帧分配器
- #14
#14
Merged
miiyakumo
merged 16 commits into
main
comix-kernel/comix:main
from
feat/mm/frame_allocator
comix-kernel/comix:feat/mm/frame_allocator
Copy head branch name to clipboard
Oct 20, 2025
Conversation
Commits
16
(16)
Checks
Files changed
Merged
feat(mm): 基本实现 帧分配器
#14
miiyakumo
merged 16 commits into
main
comix-kernel/comix:main
from
feat/mm/frame_allocator
comix-kernel/comix:feat/mm/frame_allocator
Copy head branch name to clipboard
Commits
Commits on Oct 19, 2025
chore(arch-mm): mm中与创建架构相关部分的基本文件结构
ZIYAN137
committed
05220ef
View commit details
Copy full SHA for 05220ef
Browse repository at this point
refactor(mm): rename allocation to frame_allocator
ZIYAN137
committed
5cc5b53
View commit details
Copy full SHA for 5cc5b53
Browse repository at this point
feat(arch-mm): 实现arch specific的正确导出
ZIYAN137
committed
18f6371
View commit details
Copy full SHA for 18f6371
Browse repository at this point
feat(arch-mm): 实现基于SV39的地址转换
ZIYAN137
committed
2a33f5f
View commit details
Copy full SHA for 2a33f5f
Browse repository at this point
feat(mm): 添加全局分配器的占位符,以便使用 alloc
ZIYAN137
committed
342ea4c
View commit details
Copy full SHA for 342ea4c
Browse repository at this point
feat(mm): 为 PageNumRange 补充start 和 end API
ZIYAN137
committed
b967213
View commit details
Copy full SHA for b967213
Browse repository at this point
docs(mm): 为新增 API 补上注释
ZIYAN137
committed
850984a
View commit details
Copy full SHA for 850984a
Browse repository at this point
feat(mm): 实现帧分配器
ZIYAN137
committed
e9c60c2
View commit details
Copy full SHA for e9c60c2
Browse repository at this point
style(mm): 对 frame_allocator.rs 使用格式化
ZIYAN137
committed
3f25f31
View commit details
Copy full SHA for 3f25f31
Browse repository at this point
docs(arch-mm): 为 riscv 补上注释
ZIYAN137
committed
63e0373
View commit details
Copy full SHA for 63e0373
Browse repository at this point
docs(arch-mm): 为 loongarch 补上 TODO
ZIYAN137
committed
45aa5a4
View commit details
Copy full SHA for 45aa5a4
Browse repository at this point
docs(mm): 为 address 模块补上注释
ZIYAN137
committed
281fb08
View commit details
Copy full SHA for 281fb08
Browse repository at this point
docs(mm): 为 frame_allocator 模块补上注释
ZIYAN137
committed
f5124a5
View commit details
Copy full SHA for f5124a5
Browse repository at this point
docs(mm): 为 mm 模块补上注释
ZIYAN137
committed
7930972
View commit details
Copy full SHA for 7930972
Browse repository at this point
docs(mm): 移除已完成的 TODO 注释
ZIYAN137
committed
c289de8
View commit details
Copy full SHA for c289de8
Browse repository at this point
feat(mm): 修改 frame_allocator 模块的导出
ZIYAN137
committed
bff71c1
View commit details
Copy full SHA for bff71c1
Browse repository at this point
You can’t perform that action at this time.