boot_loader: Add a video_text_console for potential use by bootloaders.

This uses the frame buffer console that KDL uses. It needs some work,
though, as the frame_buffer_console colors system is not quite compatible.
This commit is contained in:
Augustin Cavalier
2021-10-22 10:43:27 -04:00
parent c80ba94c64
commit 0d66d8d486
4 changed files with 170 additions and 8 deletions
@@ -34,6 +34,9 @@ void uncompress_8bit_RLE(const uint8 compressed[], uint8 *uncompressed);
/* default splash display */
status_t video_display_splash(addr_t frameBuffer);
/* video text console */
status_t video_text_console_init(addr_t frameBuffer);
#ifdef __cplusplus
}
#endif