]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: use teken teminal emulator for x86 and uefi
authorToomas Soome <tsoome@FreeBSD.org>
Thu, 5 Sep 2019 22:15:50 +0000 (22:15 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Thu, 5 Sep 2019 22:15:50 +0000 (22:15 +0000)
commit56758831fe6c5702d3a76a2ea12986a5bf978ef5
tree7f7812435384549919ad6d65ee72fa7d4464f9e1
parenta6935d085cc66db547a472030a91bbf57f358737
loader: use teken teminal emulator for x86 and uefi

Replace mini cons25 emulator with teken, this does enable us proper console
terminal for loader and will make it possible to implement different
back end callbacks to draw to screen.

At this time we still only "draw" in text mode.
stand/defs.mk
stand/efi/include/efilib.h
stand/efi/libefi/Makefile
stand/efi/libefi/efi_console.c
stand/efi/loader/arch/amd64/Makefile.inc
stand/efi/loader/arch/i386/Makefile.inc
stand/efi/loader/main.c
stand/forth/frames.4th
stand/i386/libi386/Makefile
stand/i386/libi386/vidconsole.c
stand/lua/drawer.lua