Actions
Bug #11079
closedloader: tem should call set_font also in text mode
Start date:
2019-05-29
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Even using the text mode needs to support font loading - even as text mode is assuming 8x16 font, we want an option to load the font (as opposed using the built in).
Tested along with followups (as those did help to verify all the steps) and alone.
Related issues
Updated by Toomas Soome over 4 years ago
- Related to Feature #11080: loader: provide knob to keep text mode added
Updated by Toomas Soome over 4 years ago
- Related to Bug #11212: loader: console c_probe callback must be reusable added
Updated by Toomas Soome over 4 years ago
- Related to Bug #11215: loader: always pass font module to kernel added
Updated by Toomas Soome over 4 years ago
- Related to Bug #11216: unix: always load font module added
Updated by Toomas Soome over 4 years ago
- Related to Bug #11217: gfx_private vga font setup should use set_font() to search for vga font added
Updated by Toomas Soome over 4 years ago
- Related to Bug #11218: loader: load vga text font added
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit c781d872ea5682df2959cfd41499cf419840900f
commit c781d872ea5682df2959cfd41499cf419840900f Author: Toomas Soome <tsoome@me.com> Date: 2019-06-27T18:32:51.000Z 11079 loader: tem should call set_font also in text mode Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions