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 }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
As an alternative to managing the screen withing the driver and offering a terminal the screen driver should support frame buffers so processes can access the screen directly.
The text was updated successfully, but these errors were encountered:
When an application demands frame buffer access the driver/kernel should check which terminal (screen) to use for this process, then it should check if there is already a frame buffer for this screen and finally it should copy the current content of the screen and font buffers to a new location and point the screen on the new area. then it should return a pointer to the new frame buffer.
As an alternative to managing the screen withing the driver and offering a terminal the screen driver should support frame buffers so processes can access the screen directly.
The text was updated successfully, but these errors were encountered: