Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory region in framebuffer (#65)
If screen size is less than virtual resolution, it will draw multiple screens on display. Use 'line_length' for calculation instead of screen size. Changeable information like virtual resolution or virtual terminal settings may not apply across different hardware and drivers. e.g., on VirtualBox, virtual resolution is 2048x2048, visible resolution is 800x600, and line length is 2048 * 4. Any settings from guest machine to these may be ignored.
- Loading branch information