Home | History | Annotate | Download | only in bios

Lines Matching refs:Table

35 // $e401 ; Fixed Disk Parameter Table
37 // $e6f5 ; Configuration Data Table
38 // $e729 ; Baud Rate Generator Table
44 // $efc7 ; Diskette Controller Parameter Table
48 // $f0a4 ; MDA/CGA Video Parameter Table (INT 1Dh)
172 /* 256 bytes at 0x9ff00 -- 0x9ffff is used for the IPL boot table. */
176 #define IPL_COUNT_OFFSET 0x0080 /* u16: number of valid table entries */
686 // Buffer for DPTE table
753 // Disk Physical Table definition
1974 /* Clear out the IPL table. */
3936 // ES:SI points to descriptor table
4011 ;; GDT points to valid descriptor table, now load SS, DS, ES
4012 mov ax, #0x28 ;; 101 000 = 5th descriptor in table, TI=GDT, RPL=00
4014 mov ax, #0x10 ;; 010 000 = 2nd descriptor in table, TI=GDT, RPL=00
4016 mov ax, #0x18 ;; 011 000 = 3rd descriptor in table, TI=GDT, RPL=00
5324 // Get logical geometry from table
5358 // Get logical geometry from table
6982 // Bit(s) Description (Table M0028)
6992 // Bit(s) Description (Table M0030)
7762 /* set es & di to point to 11 byte diskette param table in ROM */
8025 /* Translate from CMOS runes to an IPL table offset by subtracting 1 */
8036 /* Read the boot device from the IPL table */
8787 ;; move disk geometry data from CMOS to EBDA disk parameter table(s)
8803 ;; CMOS purpose param table offset
8817 ;;; Filling EBDA table for hard disk 0.
8865 ;; use Standard Fixed Disk Parameter Table (FDPT)
8872 ;; complies with Phoenix style Translated Fixed Disk Parameter Table (FDPT)
8878 mov (0x003d + 0x03), al ;; A0h signature, indicates translated table
8923 ;;; Done filling EBDA table for hard disk 0.
8948 ;; Table for disk1.
8949 ;; CMOS purpose param table offset
8959 ;;; Fill EBDA table for hard disk 1.
9009 ;; use Standard Fixed Disk Parameter Table (FDPT)
9016 ;; complies with Phoenix style Translated Fixed Disk Parameter Table (FDPT)
9022 mov (0x004d + 0x03), al ;; A0h signature, indicates translated table
9067 ;;; Done filling EBDA table for hard disk 1.
9689 dw 32 + (6 * 16) ;; table size
10246 ;; to init all the ROMs and then go back and build an IPL table of
10286 mov bx, #IPL_SEG ;; Go to the segment where the IPL table lives
10290 je no_bev ;; Get out if the table is full
10690 .org 0xe401 ; Fixed Disk Parameter Table
10700 ;- System BIOS Configuration Data Table
10703 db 0x08 ; Table size (bytes) -Lo
10704 db 0x00 ; Table size (bytes) -Hi
10767 .org 0xe729 ; Baud Rate Generator Table
10979 .org 0xefc7 ; Diskette Controller Parameter Table
10982 ;; values in this table are ignored. I set parameters for 1.44M
11012 ;; New diskette parameter table adding 3 parameters from IBM
11014 ;; values in this table are ignored. I set parameters for 1.44M
11043 .org 0xf0a4 ; MDA/CGA Video Parameter Table (INT 1Dh)