2 ;; -----------------------------------------------------------------------
4 ;; Copyright 1994-2004 H. Peter Anvin - All Rights Reserved
6 ;; This program is free software; you can redistribute it and/or modify
7 ;; it under the terms of the GNU General Public License as published by
8 ;; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
9 ;; Boston MA 02111-1307, USA; either version 2 of the License, or
10 ;; (at your option) any later version; incorporated herein by reference.
12 ;; -----------------------------------------------------------------------
17 ;; Header file for the BIOS data structures etc.
23 absolute 4*1Eh ; In the interrupt table
28 serial_base resw 4 ; Base addresses for 4 serial ports
30 BIOS_fbm resw 1 ; Free Base Memory (kilobytes)
32 BIOS_page resb 1 ; Current video page
34 BIOS_timer resw 1 ; Timer ticks
36 BIOS_magic resw 1 ; BIOS reset magic
38 BIOS_vidrows resb 1 ; Number of screen rows