Switch to Bing in English
Copilot
Your everyday AI companion
Bing found the following results
  1. INT 10h, INT 10H or INT 16 is shorthand for BIOS interrupt call 10 hex, the 17th interrupt vector in an x86 -based computer system. The BIOS typically sets up a real mode interrupt handler at this vector that provides video services.
    en.wikipedia.org/wiki/INT_10H
    The INT10_BIOS_ARGUMENTS structure is used to support full-screen MS-DOS application INT10 calls. It contains nine of the high-end x86 microprocessor registers.
    learn.microsoft.com/en-us/windows-hardware/drive…
    The int10 utility provides support for programs using the INT 10 software interrupt. It provides only those INT 10 BIOS functions (as well as the VESA Super VGA BIOS Extension) required by programs that use the Watcom Graphics Library.
    www.qnx.com/developers/docs/qnx_4.25_docs/qnx…
  2. People also ask
    INT 10h, INT 10H or INT 16 is shorthand for BIOS interrupt call 10 hex, the 17th interrupt vector in an x86 -based computer system. The BIOS typically sets up a real mode interrupt handler at this vector that provides video services.
    en.wikipedia.org
    The most recent diskette operation status is found at 0:441h. The most recent fixed disk operation status is at 0:474h. For the AT, XT-286, and PC Convertible, the BIOS executes INT 15h, Service 90h (Device Busy), for the diskette (Type = 01h) and the fixed disk (Type = 00h) prior to waiting for the interrupt.
    These BIOS services are still used (especially during bootup), and are often named "BIOS functions". In Real Mode, they can be easily accessed through software interrupts, using Assembly language. To access a BIOS function, you generally set the AH CPU register (or AX, or EAX) to a particular value, and then do an INT opcode.
    wiki.osdev.org
    If an error is encountered, use Service 0h to reset the drive and retry the operation. For the AT, XT-286, and PC Convertible, the BIOS executes INT 15h, Service 90h (Device Busy), for the diskette (Type = 01h) and the fixed disk (Type = 00h) prior to waiting for the interrupt. INT 15h, Service 91h (Interrupt Complete), is executed upon completion.
    • FUNCTIONFUNCTION CODEPARAMETERS
      Set video modeAH=00hAL = video mode AL = video mode (For Ol…
      Set text-mode cursor shapeAH=01hCH = Scan Row Start, CL = Scan Row En…
      Set cursor positionAH=02hBH = Page Number, DH = Row, DL = Colu…
      Get cursor position and shapeAH=03hBH = Page Number
      See all 22 rows on en.wikipedia.org
  3. INT 10 - Video BIOS Services

  4. BIOS Interrupts | Tachyon - Welcome to Grandidierite

  5. int table

  6. How does INT 10, 13h work with attributes? - Stack Overflow

  7. BIOS color attributes - Wikipedia

  8. コンピューティングの基礎を学びたい方へ - BIOSコールのアセン ...

  9. Some results have been removed
By using this site you agree to the use of cookies for analytics, personalized content, and ads.Learn more about third party cookies|Microsoft Privacy Policy