FACTOID # 37: American women have the most powerful jobs.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > BIOS call

BIOS Interrupt Calls are a facility that MS-DOS programs, and some other software such as boot loaders, use to invoke the BIOS's facilities. Some operating systems also use the BIOS to probe and initialise hardware resources during their early stages of booting. Microsofts disk operating system, MS-DOS, was Microsofts implementation of DOS, which was the first popular operating system for the IBM PC, and until recently, was widely used on the PC compatible platform. ... In computing, booting is a bootstrapping process that starts operating systems when the user turns on a computer system. ... In computing, the Basic Input-Output System or BIOS is software code embedded within a computer hardware system whose main functions are: to provide a visual display of the system to a monitor on startup of the system, have basic key access to a keyboard and provide low-level communication... In computing, an operating system (OS) is the system software responsible for the direct control and management of hardware and basic system operations. ...

Contents

Interrupt Table

Interrupt Description
INT 5h Print Screen
INT 10h Video Services
AH=00h Set Video Mode
AH=01h Set Cursor Shape
AH=02h Position Cursor
AH=03h Get Cursor Position And Shape
AH=04h Get Light Pen Position
AH=05h Set Display Page
AH=06h Clear/Scroll Up Screen
AH=07h Clear/Scroll Down Screen
AH=08h Read Character From Screen
AH=09h Write Character(s) To Screen
AH=0Ah Write Character To Screen With Existing Attribute
AH=0Bh Set Border Color
AH=0Eh Write Character To Screen With Existing Attribute And Reposition
AH=0Fh Get Video Mode
INT 11h Equipment Installed
INT 12h Memory Available
INT 13h Low Level Disk Services
AH=00h Reset Disk Drives
AH=01h Check Drive Status
AH=02h Read Sectors From Drive
AH=03h Write Sectors To Drive
AH=04h Verifies Sectors On Drive
AH=0Ch Moves Disk Head To Specified Track
AH=0Dh Resets Hard Disk Controller
INT 14h Serial I/O
AH=00h Serial Port Initialization
AH=01h Transmit Character
AH=02h Receive Character
AH=03h Status
INT 15h Miscellaneous
INT 16h Keyboard
AH=00h Input Key From Keyboard
AH=01h Check For Input Availability
AH=02h Check Keyboard Shift Status
INT 17h Print Services
AH=00h Print Character To Printer
AH=01h Initialize Printer
AH=02h Check Printer Status
INT 18h Execute BASIC
INT 19h Reboot
INT 1Ah Real Time Clock Services
AH=00h Read RTC
AH=01h Set RTC
INT 21h MS-DOS Functions
AH=00h Exit To Shell
AH=01h Read Input From Keyboard
AH=02h Write Character To Output

Microsofts disk operating system, MS-DOS, was Microsofts implementation of DOS, which was the first popular operating system for the IBM PC, and until recently, was widely used on the PC compatible platform. ...

INT 13h: Low Level Disk Services

INT 13h AH=00h: Reset Disk Drives

Parameters:

AH 00h
DL Drive Index

INT 13h AH=01h: Check Drive Status

Parameters:

AH 01h

Results:

AL Return Code
00h Success
01h Invalid Command
02h Cannot Find Address Mark
03h Attempted Write On Write Protected Disk
04h Sector Not Found
05h Reset Failed

INT 13h AH=02h: Read Sectors From Drive

Parameters:

AH 02h
AL Sectors To Read Count
CH Track
CL Sector
DH Head
DL Drive
ES:BX Buffer Address Pointer

Results:

CF Set On Error, Clear If No Error
AH Return Code
AL Actual Sectors Read Count

INT 18h: Execute BASIC

Description:


This interrupt traditionally jumped to an implementation of BASIC stored in ROM. This call would typically be invoked if the BIOS was unable to identify any bootable volumes on startup. As time went on and BASIC was no longer shipped on all PCs, this interrupt would simply prompt the user to insert a bootable volume and press a key.


INT 21h: MS-DOS Functions

Microsofts disk operating system, MS-DOS, was Microsofts implementation of DOS, which was the first popular operating system for the IBM PC, and until recently, was widely used on the PC compatible platform. ...

INT 21h AH=00h: Exit To Shell

Parameters:

AH 00h

INT 21h AH=01h: Read Input From Keyboard

Parameters:

AH 01h

Results:

AL ASCII Value Of Character Read

INT 21h AH=02h: Write Character To Output

Parameters:

AH 02h
DL Character To Output

See also


  Results from FactBites:
 
IBM PC compatible - Wikipedia, the free encyclopedia (4610 words)
These patterns were difficult or impossible to detect using standard DOS or BIOS calls, so direct access to the disk controller hardware was necessary for the protection to work.
This meant that if a component became obsolete, only an individual component had to be upgraded and not the whole computer as was the case with many of the microcomputers of the time.
However, MS-DOS (the dominant operating system of the time) did not have support for many calls for multimedia-hardware, and the BIOS was also inadequate.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.