summaryrefslogtreecommitdiff
path: root/isolinux.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 /isolinux.asm
parent2600c93ff5c16b523e1a9d3a4506b3e9623d102d (diff)
downloadsyslinux-ac8df6db27137f44c91fe6d57233b62b226a18e0.tar.gz
Add API call to determine the serial console configuration.
Diffstat (limited to 'isolinux.asm')
-rw-r--r--isolinux.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/isolinux.asm b/isolinux.asm
index 5d5e4185..1fd90d4b 100644
--- a/isolinux.asm
+++ b/isolinux.asm
@@ -185,6 +185,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