freebsd-dev/stand/liblua
Toomas Soome 3630506b9d loader: implement framebuffer console
Draw console on efi.
Add vbe framebuffer for BIOS loader (vbe off, vbe on, vbe list,
vbe set xxx).
autoload font (/boot/fonts) based on resolution and font size.
Add command loadfont (set font by file) and
variable screen.font (set font by size). Pass loaded font to kernel.

Export variables:
screen.height
screen.width
screen.depth

Add gfx primitives to draw the screen and put png image on the screen.
Rework menu draw to iterate list of consoles to enamble device specific
output.

Probably something else I forgot...

Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D27420
2021-01-02 21:41:36 +02:00
..
float.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
lerrno.c Create new EINTEGRITY error with message "Integrity check failed". 2019-01-17 06:35:45 +00:00
lerrno.h loader.lua: Expose errno table to lua 2018-02-20 19:39:48 +00:00
locale.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
lpager.c stand: liblua: add a pager module 2020-12-12 21:25:38 +00:00
lstd.c veloader use vectx API for kernel and modules 2020-03-09 15:48:53 +00:00
lstd.h liblua: Implement write support 2018-02-24 02:57:24 +00:00
luaconf.h stand: liblua: drop default buffer size to 128 2019-12-12 01:35:56 +00:00
lutils.c loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
lutils.h stand: liblua: add a pager module 2020-12-12 21:25:38 +00:00
Makefile loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
math.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00