Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

const_mbr: Initialize MBR at compile-time #884

Closed
wants to merge 1 commit into from

Conversation

mbrossard
Copy link
Contributor

This saves VFS_SECTOR_SIZE (512) bytes of RAM by pre-computing all the fields that depend on the virtual disk which is known (VFS_DISK_SIZE) at compile-time.

This saves VFS_SECTOR_SIZE (512) bytes of RAM
@mbrossard
Copy link
Contributor Author

Replaced by #1000

@mbrossard mbrossard closed this Jan 29, 2023
@mbrossard mbrossard deleted the feature/const-mbr branch August 4, 2023 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants