summaryrefslogtreecommitdiff
path: root/bios.inc
diff options
context:
space:
mode:
authorhpa <hpa>2004-01-29 06:54:51 +0000
committerhpa <hpa>2004-01-29 06:54:51 +0000
commit5714b25131eaab8a1358c8153e654e6312509327 (patch)
tree7e3b2164baf5906ed5a02e203f92ef7fb1e80109 /bios.inc
parent9b92f1a610e2d216bdb1779ba1e6365da452eaf2 (diff)
downloadsyslinux-5714b25131eaab8a1358c8153e654e6312509327.tar.gz
Handle video pages correctly.syslinux-2.09-pre1
Diffstat (limited to 'bios.inc')
-rw-r--r--bios.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/bios.inc b/bios.inc
index d85df552..9002a3e0 100644
--- a/bios.inc
+++ b/bios.inc
@@ -1,7 +1,7 @@
;; $Id$
;; -----------------------------------------------------------------------
;;
-;; Copyright 1994-2002 H. Peter Anvin - All Rights Reserved
+;; Copyright 1994-2004 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -28,6 +28,8 @@ fdctab2 resw 1
serial_base resw 4 ; Base addresses for 4 serial ports
absolute 0413h
BIOS_fbm resw 1 ; Free Base Memory (kilobytes)
+ absolute 0462h
+BIOS_page resb 1 ; Current video page
absolute 046Ch
BIOS_timer resw 1 ; Timer ticks
absolute 0472h