Home | History | Annotate | Download | only in bios

Lines Matching refs:With

24 //  License along with this library; if not, write to the Free Software
27 // ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
187 # error The ATA/ATAPI Driver can only to be used with a 386+ cpu
196 # error PCI BIOS can only be used with 386+ cpu
199 # error APM BIOS can only be used with 386+ cpu
216 // all hex literals should be prefixed with '0x'
221 // This is for compiling with gcc2 and gcc3
237 ;; the HALT macro is called with the line number of the HALT call.
240 ;; with a message such as "BIOS panic at rombios.c, line 4091".
1258 // this time, with any reasonable IPS setting.
4001 ;; perhaps do something with IDT here
5590 case 0x0a: /* read disk sectors with ECC */
5591 case 0x0b: /* write disk sectors with ECC */
5939 case 0x0a: /* read disk sectors with ECC */
5940 case 0x0b: /* write disk sectors with ECC */
5989 BX_PANIC("Int13 eltorito call with AX=%04x. Please report\n",AX);
6203 case 0x0a: /* read disk sectors with ECC */
6204 case 0x0b: /* write disk sectors with ECC */
6713 case 0x0a: /* read disk sectors with ECC */
6715 case 0x0b: /* write disk sectors with ECC */
8120 case IPL_TYPE_BEV: /* Expansion ROM with a Bootstrap Entry Vector (a far pointer) */
8347 BX_INFO("no PCI device with class code 0x%02x%04x found at index %d\n", regs.u.r8.cl, regs.u.r16.dx, regs.u.r16.si);
8469 ; int13_relocated is a little bit messed up since I played with it
8570 ;; now the 16-bit registers can be restored with:
8872 ;; complies with Phoenix style Translated Fixed Disk Parameter Table (FDPT)
9016 ;; complies with Phoenix style Translated Fixed Disk Parameter Table (FDPT)
9163 ;; the timer. With a maximum 16bit timer count, this is again
10208 mov ax, #0x0004 ;; start with increment of 4 (512-byte) blocks = 2k
10247 ;; all the bootable devices, but we can get away with one pass.