summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>2002-06-17 16:10:15 +0000
committerhpa <hpa>2002-06-17 16:10:15 +0000
commitac8df6db27137f44c91fe6d57233b62b226a18e0 (patch)
treeab74d4aab98b3e934fce3347bbc846fc78b995dd /ldlinux.asm
parent2600c93ff5c16b523e1a9d3a4506b3e9623d102d (diff)
downloadsyslinux-ac8df6db27137f44c91fe6d57233b62b226a18e0.tar.gz
Add API call to determine the serial console configuration.
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index f35deb6b..d81353b5 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -178,6 +178,7 @@ CursorRow resb 1 ; Cursor row for message file
ScreenSize equ $
VidCols resb 1 ; Columns on screen-1
VidRows resb 1 ; Rows on screen-1
+BaudDivisor resw 1 ; Baud rate divisor
FlowControl equ $
FlowOutput resb 1 ; Outputs to assert for serial flow
FlowInput resb 1 ; Input bits for serial flow