RBIL61 - BIOS

INT 05 - PRINT SCREEN
INT 11 - BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - GET EQUIPMENT LIST
INT 12 - BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - GET MEMORY SIZE
INT 13 - DISK - RESET DISK SYSTEM
INT 13 - DISK - GET STATUS OF LAST OPERATION
INT 13 - DISK - READ SECTOR(S) INTO MEMORY
INT 13 - DISK - WRITE DISK SECTOR(S)
INT 13 - DISK - VERIFY DISK SECTOR(S)
INT 13 - FLOPPY - FORMAT TRACK
INT 13 - FIXED DISK - FORMAT TRACK AND SET BAD SECTOR FLAGS (XTIBM PC XT,PORTIBM PC Portable (uses same BIOS as XT))
INT 13 - FIXED DISK - FORMAT DRIVE STARTING ATIBM PC AT GIVEN TRACK (XTIBM PC XT,PORTIBM PC Portable (uses same BIOS as XT))
INT 13 - DISK - GET DRIVE PARAMETERS (PCIBM PC,XT286IBM PC XT/286,CONVIBM Convertible,PSIBM PS/2, any model,ESDI(Enhanced Small Device Interface) A disk drive interface type which was briefly popular before IDE took over. An ESDI drive can transfer data between the drive and controller at 10, 15, or 20 megabits per second, which is faster than an MFM or RLL controller but slower than what is possible with an IDE or SCSI drive. See also IDE.,SCSI(Small Computer Systems Interface) A system-independent expansion bus typically used to connect hard disks, tape drives, and CD-ROMs to a computer. A host adapter connects the SCSI bus to the computer's own bus. See also ESDI, IDE.)
INT 13 - HARD DISK - INITIALIZE CONTROLLER WITH DRIVE PARAMETERS (ATIBM PC AT,PSIBM PS/2, any model)
INT 13 - HARD DISK - READ LONG SECTOR(S) (ATIBM PC AT and later)
INT 13 - HARD DISK - WRITE LONG SECTOR(S) (ATIBM PC AT and later)
INT 13 - HARD DISK - SEEK TO CYLINDER
INT 13 - HARD DISK - RESET HARD DISKS
INT 13 - HARD DISK - READ SECTOR BUFFER (XTIBM PC XT only)
INT 13 - HARD DISK - WRITE SECTOR BUFFER (XTIBM PC XT only)
INT 13 - HARD DISK - CHECK IF DRIVE READY
INT 13 - HARD DISK - RECALIBRATE DRIVE
INT 13 - HARD DISK - CONTROLLER RAM(Random Access Memory) See also DRAM, SRAM. DIAGNOSTIC (XTIBM PC XT,PSIBM PS/2, any model)
INT 13 - HARD DISK - DRIVE DIAGNOSTIC (XTIBM PC XT,PSIBM PS/2, any model)
INT 13 - HARD DISK - CONTROLLER INTERNAL DIAGNOSTIC
INT 13 - DISK - GET DISK TYPE (XTIBM PC XT 1986/1/10 or later,XT286IBM PC XT/286,ATIBM PC AT,PSIBM PS/2, any model)
INT 13 - FLOPPY DISK - DETECT DISK CHANGE (XTIBM PC XT 1986/1/10 or later,XT286IBM PC XT/286,ATIBM PC AT,PSIBM PS/2, any model)
INT 13 - FLOPPY DISK - SET DISK TYPE FOR FORMAT (ATIBM PC AT,PSIBM PS/2, any model)
INT 13 - DISK - SET MEDIA TYPE FOR FORMAT (ATIBM PC AT model 3x9,XT2IBM PC XT 2,XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 13 - FIXED DISK - PARK HEADS ON ESDI(Enhanced Small Device Interface) A disk drive interface type which was briefly popular before IDE took over. An ESDI drive can transfer data between the drive and controller at 10, 15, or 20 megabits per second, which is faster than an MFM or RLL controller but slower than what is possible with an IDE or SCSI drive. See also IDE. DRIVE (XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 13 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. SurePath BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - Officially "Private" Function
INT 15 - CASSETTE - TURN ON TAPE DRIVE'S MOTOR (PCIBM PC and PCjr only)
INT 15 - CASSETTE - TURN OFF TAPE DRIVE'S MOTOR (PCIBM PC and PCjr only)
INT 15 - CASSETTE - READ DATA (PCIBM PC and PCjr only)
INT 15 - CASSETTE - WRITE DATA (PCIBM PC and PCjr only)
INT 15 - SYSTEM - BUILD ABIOS(Advanced BIOS) The IBMInternational Busiuness Machines XTIBM PC XT/286 and PS/2IBM PS/2, any model models with 80286 or higher processors contain two separate BIOSes. The ABIOS is a protected-mode BIOS which is used by OS/2. For machines without an ABIOS, such as the IBMInternational Busiuness Machines ATIBM PC AT, OS/2 loads the equivalent of the ABIOS from disk. see also CBIOS SYSTEM PARAMETER TABLE (PSIBM PS/2, any model)
INT 15 - SYSTEM - BUILD ABIOS(Advanced BIOS) The IBMInternational Busiuness Machines XTIBM PC XT/286 and PS/2IBM PS/2, any model models with 80286 or higher processors contain two separate BIOSes. The ABIOS is a protected-mode BIOS which is used by OS/2. For machines without an ABIOS, such as the IBMInternational Busiuness Machines ATIBM PC AT, OS/2 loads the equivalent of the ABIOS from disk. see also CBIOS INITIALIZATION TABLE (PSIBM PS/2, any model)
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. SurePath BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - WAIT REQUESTED TIME PERIOD
INT 15 - SYSTEM - POWER-ON SELF-TEST ERROR LOG (PS50+IBM PS/2 Models 50,60,70,80)
INT 15 - SYSTEM - later PSIBM PS/2, any model/2s - LOCATE ROM(Read-Only Memory) A memory for program storage which may not be changed by the program as it runs. BASIC(Beginner's All-purpose Symbolic Instruction Code) A programming language originally designed as a means of teaching FORTRAN. There are many variations of BASIC with differing capabilities; the majority are interpreted but compiled BASIC is becoming more popular. All genuine IBMInternational Busiuness Machines personal computers (including the latest PS/2IBM PS/2, any model models) come equipped with a cassette-based BASIC interpreter in ROM.
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - SMART ENERGY SYSTEM - GET ??? CMOS(Complementary Metal-Oxide-Semiconductor) A type of integrated circuit design known for its low power consumption. DATA {partially documented}
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - SMART ENERGY SYSTEM - SET ??? CMOS(Complementary Metal-Oxide-Semiconductor) A type of integrated circuit design known for its low power consumption. DATA {partially documented}
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - SMART ENERGY SYSTEM - GET ROM(Read-Only Memory) A memory for program storage which may not be changed by the program as it runs. STARTUP VIDEO REG TABLES {partially documented}
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - SMART ENERGY SYSTEM - ??? {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated.}
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - SMART ENERGY SYSTEM - SYSTEM SETUP {partially documented}
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - SMART ENERGY SYSTEM - GET PROCESSOR SPEED {partially documented}
INT 15 - SYSTEM - READ/MODIFY PROFILES (CONVERTIBLE)
INT 15 - SYSTEM - WAIT ON EXTERNAL EVENT (CONVERTIBLE and some others)
INT 15 - SYSTEM - REQUEST POWER OFF (CONVERTIBLE,HP 95LX)
INT 15 - SYSTEM - READ SYSTEM STATUS (CONVERTIBLE)
INT 15 - SYSTEM - (DE)ACTIVATE INTERNAL MODEM POWER (CONVERTIBLE)
INT 15 - Toshiba laptops - SECURITY LEVEL CHECK {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated.}
INT 15 - Toshiba laptops - SECURITY LEVEL CHECK {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated.}
INT 15 - Toshiba laptops - SECURITY LEVEL CHECK {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated.}
INT 15 - KEYBOARD - KEYBOARD INTERCEPT (ATIBM PC AT model 3x9,XT2IBM PC XT 2,XT286IBM PC XT/286,CONVIBM Convertible,PSIBM PS/2, any model) {callout or callback}
INT 15 - SYSTEM - later PSIBM PS/2, any model/2s - EXPANSION UNIT, RETURN CONFIGURATION NUMBER
INT 15 - OS HOOK - DEVICE OPEN (ATIBM PC AT,XT286IBM PC XT/286,PSIBM PS/2, any model) {callout or callback}
INT 15 - OS HOOK - DEVICE CLOSE {callout or callback}
INT 15 - OS HOOK - PROGRAM TERMINATION {callout or callback}
INT 15 - BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - SET EVENT WAIT INTERVAL (ATIBM PC AT,PS50+IBM PS/2 Models 50,60,70,80)
INT 15 - BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - JOYSTICK SUPPORT (XTIBM PC XT after 1982/11/8,ATIBM PC AT,XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 15 - OS HOOK - SysReq KEY ACTIVITY (ATIBM PC AT,PSIBM PS/2, any model) {callout or callback}
INT 15 - BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - WAIT (ATIBM PC AT,PSIBM PS/2, any model)
INT 15 - SYSTEM - COPY EXTENDED MEMORY
INT 15 - SYSTEM - GET EXTENDED MEMORY SIZE (286+)
INT 15 - SYSTEM - SWITCH TO PROTECTED MODE
INT 15 - OS HOOK - DEVICE BUSY (ATIBM PC AT,PSIBM PS/2, any model)
INT 15 - OS HOOK - DEVICE POSTsee Power-On Self-Test (ATIBM PC AT,PSIBM PS/2, any model)
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. SurePath BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - Officially "Private" Function
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. SurePath BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - ACCESS LOADABLE-ABIOS SIGNATURE
INT 15 - IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911. SurePath BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. - Officially "Private" Function
INT 15 - SYSTEM - GET CONFIGURATION (XTIBM PC XT >1986/1/10,ATIBM PC AT mdl 3x9,CONVIBM Convertible,XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 15 - SYSTEM - RETURN EXTENDED-BIOS DATA-AREA SEGMENT ADDRESS (PSIBM PS/2, any model)
INT 15 - SYSTEM - ENABLE/DISABLE WATCHDOG TIMEOUT (PS50+IBM PS/2 Models 50,60,70,80)
INT 15 - SYSTEM - PROGRAMMABLE OPTION SELECT (PS50+IBM PS/2 Models 50,60,70,80)
INT 15 - OS HOOK - ROM(Read-Only Memory) A memory for program storage which may not be changed by the program as it runs. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. TRACING CALLOUT (PS30IBM PS/2 Model 30 and below/286,PS50Z,PS95) {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated., callout or callback}
INT 15 - later PS/2IBM PS/2, any model models - GET POS DATA {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated.}
INT 15 - SYSTEM - later PSIBM PS/2, any model/2s - RETURN MEMORY-MAP INFORMATION
INT 15 - SYSTEM - ENABLE/DISABLE PROCESSOR FUNCTIONS
INT 15 - newer PS/2IBM PS/2, any model; various BIOSes - GET CPU(Central Processing Unit) The microprocessor which executes programs on your computer. TYPE AND MASK REVISION
INT 15 - PS/2IBM PS/2, any model Model 95 - READ/WRITE CMOS(Complementary Metal-Oxide-Semiconductor) A type of integrated circuit design known for its low power consumption. MEMORY {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated.}
INT 15 - PS/2IBM PS/2, any model Model 95 - RESERVED {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated.}
INT 15 - PS/2IBM PS/2, any model Model 95 - RESERVED {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated.}
INT 15 - PS/2IBM PS/2, any model Model 95 - RESERVED {undocumentedInformation about a product which is not publicly available from the manufacturer, and must be determined by reverse-engineering (disassembly, trial-and-error, etc.). Undocumented information tends to change -- often dramatically -- between successive revisions of a product, since the manufacturer has no obligation to maintain compatibility in behavior which is not explicitly stated.}
INT 15 - later PSIBM PS/2, any model/2s - ALLOCATE DMAsee Direct Memory Access ARBITRATION LEVEL
INT 15 - later PSIBM PS/2, any model/2s - DEALLOCATE DMAsee Direct Memory Access ARBITRATION LEVEL
INT 15 - later PSIBM PS/2, any model/2s - RESERVED
INT 15 - later PSIBM PS/2, any model/2s - GET NUMBER OF DEVICE DESCRIPTOR TABLE (DDT) ENTRIES
INT 15 - later PSIBM PS/2, any model/2s - RETURN DEVICE DESCRIPTOR TABLE (DDT) ENTRY BY NUMBER
INT 15 - later PSIBM PS/2, any model/2s - RETURN DEVICE DESCRIPTOR TABLE (DDT) ENTRY BY I/O ADDRSS
INT 15 - later PSIBM PS/2, any model/2s - RETURN ENTIRE DDT
INT 15 - later PSIBM PS/2, any model/2s - RETURN DEVICE DESCRIPTOR TABLE (DDT) ENTRY BY DEVICE ID
INT 15 - later PSIBM PS/2, any model/2s - RESERVED
INT 15 - later PSIBM PS/2, any model/2s - RESERVED
INT 15 - later PSIBM PS/2, any model/2s - GET PHYSICAL FIXED DISK DRIVE NUMBER (SELECTABLE BOOT)
INT 15 - later PSIBM PS/2, any model/2s - RESERVED
INT 15 - later PSIBM PS/2, any model/2s - READ BOOT DEVICE ID
INT 15 - later PSIBM PS/2, any model/2s - WRITE BOOT DEVICE ID
INT 15 - later PSIBM PS/2, any model/2s - READ BOOT DEVICE KEY
INT 15 - later PSIBM PS/2, any model/2s - WRITE BOOT DEVICE KEY
INT 15 - later PSIBM PS/2, any model/2s - QUERY BOOT REFERENCE PARTITION
INT 16 - KEYBOARD - GET KEYSTROKE
INT 16 - KEYBOARD - CHECK FOR KEYSTROKE
INT 16 - KEYBOARD - GET SHIFT FLAGS
INT 16 - KEYBOARD - SET TYPEMATIC RATE AND DELAY
INT 16 - KEYBOARD - SET KEYCLICK (PCjr only)
INT 16 - KEYBOARD - STORE KEYSTROKE IN KEYBOARD BUFFER (ATIBM PC AT/PSIBM PS/2, any model w enh keybd only)
INT 16 - KEYBOARD - GET KEYBOARD FUNCTIONALITY
INT 16 - KEYBOARD - GET ENHANCED KEYSTROKE (enhanced kbd support only)
INT 16 - KEYBOARD - CHECK FOR ENHANCED KEYSTROKE (enh kbd support only)
INT 16 - KEYBOARD - GET EXTENDED SHIFT STATES (enh kbd support only)
INT 16 - KEYBOARD - GET 122-KEY KEYSTROKE (122-key kbd support only)
INT 16 - KEYBOARD - CHECK FOR 122-KEY KEYSTROKE (122-key kbd support only)
INT 16 - KEYBOARD - GET 122-KEY SHIFT STATUS (122-key kbd support only)
INT 17 - PRINTER - WRITE CHARACTER
INT 17 - PRINTER - INITIALIZE PORTIBM PC Portable (uses same BIOS as XT)
INT 17 - PRINTER - GET STATUS
INT 18 - DISKLESS BOOT HOOK (START CASSETTE BASIC(Beginner's All-purpose Symbolic Instruction Code) A programming language originally designed as a means of teaching FORTRAN. There are many variations of BASIC with differing capabilities; the majority are interpreted but compiled BASIC is becoming more popular. All genuine IBMInternational Busiuness Machines personal computers (including the latest PS/2IBM PS/2, any model models) come equipped with a cassette-based BASIC interpreter in ROM.)
INT 19 - SYSTEM - BOOTSTRAP LOADER
INT 1A - TIME - GET SYSTEM TIME
INT 1A - TIME - SET SYSTEM TIME
INT 1A - TIME - GET REAL-TIME CLOCK TIME (ATIBM PC AT,XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 1A - TIME - SET REAL-TIME CLOCK TIME (ATIBM PC AT,XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 1A - TIME - GET REAL-TIME CLOCK DATE (ATIBM PC AT,XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 1A - TIME - SET REAL-TIME CLOCK DATE (ATIBM PC AT,XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 1A - TIME - SET ALARM (ATIBM PC AT,XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 1A - TIME - CANCEL ALARM (ATIBM PC AT,XT286IBM PC XT/286,PSIBM PS/2, any model)
INT 1A - TIME - SET RTCsee Real-Time Clock ACTIVATED POWER ON MODE (CONVERTIBLE)
INT 1A - TIME - READ RTCsee Real-Time Clock ALARM TIME AND STATUS (CONVIBM Convertible,PS30IBM PS/2 Model 30 and below)
INT 1A - TIME - READ SYSTEM-TIMER DAY COUNTER (XT2IBM PC XT 2,PSIBM PS/2, any model)
INT 1A - TIME - SET SYSTEM-TIMER DAY COUNTER (XT2IBM PC XT 2,PSIBM PS/2, any model)
INT 1A - TIME - SET RTCsee Real-Time Clock DATE/TIME ACTIVATED POWER-ON MODE (IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911.)
INT 1A - TIME - RESET RTCsee Real-Time Clock DATE/TIME ACTIVATED POWER-ON MODE (IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911.)
INT 1A - TIME - GET RTCsee Real-Time Clock DATE/TIME ALARM AND STATUS (IBMInternational Busiuness MachinesInternational Busiuness Machines) A hardware, software and other service technology company founded in 1911.)
INT 1A - TIME - INITIALIZE REAL-TIME CLOCK
INT 1B - KEYBOARD - CONTROL-BREAK HANDLER {callout or callback}
INT 1C - TIME - SYSTEM TIMER TICK
INT 1D - SYSTEM DATA - VIDEO PARAMETER TABLES
INT 1E - SYSTEM DATA - DISKETTE PARAMETERS
INT 1F - SYSTEM DATA - 8x8 GRAPHICS FONT
INT 40 - DISKETTE - ROM(Read-Only Memory) A memory for program storage which may not be changed by the program as it runs. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. DISKETTE HANDLER RELOCATED BY HARD DISK BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly.
INT 41 - SYSTEM DATA - HARD DISK 0 PARAMETER TABLE ADDRESS [NOT A VECTOR!]
INT 46 - SYSTEM DATA - HARD DISK 1 DRIVE PARAMETER TABLE ADDRESS [NOT A VECTOR!]
INT 48 - KEYBOARD - CORDLESS KEYBOARD TRANSLATION (PCjr)
INT 49 - SYSTEM DATA - NON-KEYBOARD SCAN-CODE TRANSLATION TABLE (PCjr)
INT 4A - SYSTEM - USER ALARM HANDLER {callout or callback}
INT 4D - TI Professional PCIBM PC - DISK - RESET DISK SYSTEM
INT 4D - TI Professional PCIBM PC - DISK - GET STATUS OF LAST OPERATION
INT 4D - TI Professional PCIBM PC - DISK - READ SECTOR(S) INTO MEMORY
INT 4D - TI Professional PCIBM PC - DISK - WRITE SECTOR(S) FROM MEMORY
INT 4D - TI Professional PCIBM PC - DISK - VERIFY DISK SECTOR CRC(S)
INT 4D - TI Professional PCIBM PC - DISK - NOP
INT 4D - TI Professional PCIBM PC - DISK - VERIFY DISK SECTOR(S)
INT 4D - TI Professional PCIBM PC - DISK - GET RETRY STATUS OF LAST OPERATION
INT 4D - TI Professional PCIBM PC - DISK - SET STANDARD DEVICE INTERFACE TABLE
INT 4D - TI Professional PCIBM PC - DISK - SET DEVICE INTERFACE TABLE ADDRESS
INT 4D - TI Professional PCIBM PC - DISK - GET DEVICE INTERFACE TABLE ADDRESS
INT 4D - TI Professional PCIBM PC - DISK - TURN OFF ALL DRIVES
INT FE - ATIBM PC AT/XT286IBM PC XT/286/PS50+IBM PS/2 Models 50,60,70,80 - destroyed by return from protected mode
INT FF - ATIBM PC AT/XT286IBM PC XT/286/PS50+IBM PS/2 Models 50,60,70,80 - destroyed by return from protected mode