]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
boot2: need to expand tab output and mask getchar
authorToomas Soome <tsoome@FreeBSD.org>
Tue, 16 Jun 2020 20:35:00 +0000 (20:35 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 02:42:54 +0000 (21:42 -0500)
commitb38c8d4c6d691a3a65f90a7023c99bf64790caa4
tree91dc11ecc4e71aa8fdb75fc80338d35c1cdef8b0
parentf55a620a8d3caab91484fc932bda64af21d93c22
boot2: need to expand tab output and mask getchar

The BIOS ouput char function does not expand tab.
Mask getchar with 0xFF.

(cherry picked from commit 6469d2b422960de4b1253cc63b11fa67f896604f)
stand/i386/common/cons.c