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

[libraries/console][servers/console] Support double-buffering of console output #158

Merged
merged 1 commit into from
Jul 21, 2019

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Jul 21, 2019

This is mostly a quick hack to provide better support for applications
doing a lot of updates to the screen content (i.e. the modplay program
in my current use case)

Only supports text mode, at the moment. For graphics modes, we should
use some form of shared memory instead which is a lot more efficient
than silly copying of bits from one address space to another.

…ole output

This is mostly a quick hack to provide better support for applications
doing a lot of updates to the screen content (i.e. the modplay program
in my current use case)

Only supports text mode, at the moment. For graphics modes, we should
use some form of shared memory instead which is a lot more efficient
than silly copying of bits from one address space to another.
@perlun perlun force-pushed the feature/support-console-double-buffering branch from 644464f to 7333a75 Compare July 21, 2019 20:07
@perlun perlun merged commit c4bb50f into master Jul 21, 2019
@perlun perlun deleted the feature/support-console-double-buffering branch July 21, 2019 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant