]> 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)
committerToomas Soome <tsoome@FreeBSD.org>
Tue, 16 Jun 2020 20:35:00 +0000 (20:35 +0000)
commit6469d2b422960de4b1253cc63b11fa67f896604f
tree9eed30d346ec24d8e1c27c5aa79fb78748f2c348
parente9de7669c3e7ab06cfdfb2f45f9741fd6a4d459f
boot2: need to expand tab output and mask getchar

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

Sponsored by: Netflix, Klara Inc.
stand/i386/common/cons.c