Lines Matching refs:ROM
10494 ;; Video ROM: from 0xC0000..0xC7FFF in 2k increments
10495 ;; General ROM: from 0xC8000..0xE9FFF in 2k increments
10496 ;; System ROM: only 0xF0000
10502 ;; 2 ROM length in 512-byte blocks
10503 ;; 3 ROM initialization entry point (FAR CALL)
10519 mov al, [2] ;; change increment to ROM length in 512-byte blocks
10545 ;; Push addr of ROM entry point
10549 ;; Get the BDF into ax before invoking the option ROM
10563 ;; Point ES:DI at "$PnP", which tells the ROM that we are a PnP BIOS.
10572 mov bp, sp ;; Call ROM init routine using seg:off on stack
10576 cli ;; In case expansion ROM BIOS turns IF on
10580 ;; Look at the ROM's PnP Expansion header. Properly, we're supposed
10583 mov ds, cx ;; ROM base
10584 mov bx, 0x001a ;; 0x1A is the offset into ROM header that contains...
10596 ;; Option ROM has BCV. Run it now.
10600 ;; Point ES:DI at "$PnP", which tells the ROM that we are a PnP BIOS.
10605 mov bp, sp ;; Call ROM BCV routine using seg:off on stack
10609 cli ;; In case expansion ROM BIOS turns IF on
11174 ; b4: POST supports ROM-to-RAM enable/disable
11709 .org 0xfff5 ; ASCII Date ROM was built - 8 characters in MM/DD/YY