Set VGA resolution#776
Draft
vinc wants to merge 13 commits into
Draft
Conversation
Owner
Author
|
The code to reduce the kernel size and set the text mode during init was cherry picked from #835 |
Owner
Author
|
TODO: Add a write planar and a special clear if the resolution is 640x480x16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The following resolutions can be written to
/dev/vga/mode:80x25c(char mode)320x200p(pixel mode)640x480p(pixel mode)TODO: Add
320x240pand fix640x480p, both are planar modes while320x200pis a linear mode.The format will evolve in time, for example it could become
320x200p 8bppand640x480p 4bppwithout breaking changes. Or it could move to a ini file at the same time as all the other drivers.