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
.
rust-osdev
/
bootloader
Public
Notifications
You must be signed in to change notification settings
Fork
236
Star
1.7k
Code
Issues
81
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Guard the lower 1MB of memory
- #446
#446
Merged
Freax13
merged 14 commits into
rust-osdev:main
rust-osdev/bootloader:main
from
Wasabi375:protect_lower_1mb
Wasabi375/bootloader:protect_lower_1mb
Copy head branch name to clipboard
Jun 24, 2024
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Guard the lower 1MB of memory
#446
Freax13
merged 14 commits into
rust-osdev:main
rust-osdev/bootloader:main
from
Wasabi375:protect_lower_1mb
Wasabi375/bootloader:protect_lower_1mb
Copy head branch name to clipboard
Commits
Commits on Jun 17, 2024
Fix warning: unecessary import for alloc::Vec
Wasabi375
committed
1e52e4c
View commit details
Copy full SHA for 1e52e4c
Browse repository at this point
Guard the lower 1MB of memory
Show description for 2555127
Wasabi375
and
jasoncouture
committed
2555127
View commit details
Copy full SHA for 2555127
Browse repository at this point
Rework: LegacyFrameAllocator::construct_memory_map
Show description for e09e68a
Wasabi375
committed
e09e68a
View commit details
Copy full SHA for e09e68a
Browse repository at this point
Commits on Jun 22, 2024
Trivial PR changes
Wasabi375
committed
4446278
View commit details
Copy full SHA for 4446278
Browse repository at this point
New test to check usable memory is writable
Show description for f3d383e
Wasabi375
committed
f3d383e
View commit details
Copy full SHA for f3d383e
Browse repository at this point
Remove BootloaderUsedMemorySliceIter
Wasabi375
committed
3326e7a
View commit details
Copy full SHA for 3326e7a
Browse repository at this point
Improve construct_memory_map implementation
Show description for 5763204
Wasabi375
committed
5763204
View commit details
Copy full SHA for 5763204
Browse repository at this point
tests for LegacyFrameAllocator::construct_memory_map
Show description for 0c21032
Wasabi375
committed
0c21032
View commit details
Copy full SHA for 0c21032
Browse repository at this point
Test to ensure MemoryRegions are always frame aligned
Wasabi375
committed
0f4dd1f
View commit details
Copy full SHA for 0f4dd1f
Browse repository at this point
Commits on Jun 23, 2024
fixup workflow condition
Wasabi375
committed
9b3efcb
View commit details
Copy full SHA for 9b3efcb
Browse repository at this point
Ensure MemoryRegions are aligned to 4096
Wasabi375
committed
b0cae12
View commit details
Copy full SHA for b0cae12
Browse repository at this point
fix max memory region calculation
Wasabi375
committed
b36417f
View commit details
Copy full SHA for b36417f
Browse repository at this point
fix spelling mistake
Show description for 3b07272
Wasabi375
and
Freax13
authored
3b07272
View commit details
Copy full SHA for 3b07272
Browse repository at this point
Remove used_slice concept from LegacyFrameAllocator
Wasabi375
committed
25f48f7
View commit details
Copy full SHA for 25f48f7
Browse repository at this point
You can’t perform that action at this time.