aboutsummaryrefslogtreecommitdiff
path: root/src/sercon.c
AgeCommit message (Collapse)AuthorFilesLines
2021-09-24sercon.c: Use SEROFF_IIR constantHelge Deller1-1/+1
Signed-off-by: Helge Deller <deller@gmx.de>
2020-03-17sercon: vbe modeset is int 10h function 4f02 not 4f00Gerd Hoffmann1-1/+1
Fixes console redirection for NetBSD primary bootloader. https://bugs.launchpad.net/bugs/1743191 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Kevin O'Connor <kevin@koconnor.net> Message-Id: <20200306090321.24811-1-kraxel@redhat.com>
2017-11-03sercon: Disable ScreenAndDebug in case both serial console and serial debug ↵Gerd Hoffmann1-0/+4
are active Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2017-09-22add serial console supportGerd Hoffmann1-0/+673
Redirect int10 calls to serial console output. Parse serial input and queue key events. The serial console can work both as primary display and in parallel to another vga display (splitmode). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>