On 06/03/2020 09:03, Gerd Hoffmann wrote:
Fixes console redirection for NetBSD primary bootloader.
https://bugs.launchpad.net/bugs/1743191 Signed-off-by: Gerd Hoffmann kraxel@redhat.com
src/sercon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sercon.c b/src/sercon.c index a5dadb7261af..66a1f2412e77 100644 --- a/src/sercon.c +++ b/src/sercon.c @@ -464,7 +464,7 @@ static void sercon_104f(struct bregs *regs) regs->ax = 0x0100; } else { // Disable sercon entry point on any vesa modeset
- if (regs->al == 0x00)
- if (regs->al == 0x02)
SET_LOW(sercon_enable, 0); } }
Unfortunately, this patch doesn't sort it for me. It also slightly messes up with the console, see:
https://i.imgur.com/3ANAQC7.png