Embed
Email

BIOS interrupt call - Wikip..

Document Sample

Description

BIOS is "Basic Input Output System" of acronyms, after translation from the Chinese name is "Basic Input Output System." In fact, it is a cure to a computer motherboard on a ROM chip on the program, which holds the most important basic computer input and output of the program, system settings, the boot process and system self-test program from the start. Its main function is to provide the bottom of the computer, the most direct and control the hardware settings.

Shared by: Elijah Jimmy
Stats
views:
19
posted:
11/8/2011
language:
English
pages:
5
BIOS interrupt call - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/BIOS_call





Help us improve Wikipedia by supporting it financially.



BIOS interrupt call

From Wikipedia, the free encyclopedia

(Redirected from BIOS call)



BIOS Interrupt Calls are a facility that 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.







Contents

1 Interrupt Table

2 INT 18h: Execute BASIC

3 See also

4 External links







Interrupt Table

Interrupt Description

CPU: Executed after an attempt to divide by zero or when the quotient does not fit

INT 00h--

in the destination

INT 01h CPU: Executed after every instruction while the trace flag is set

INT 02h CPU: NMI, used e.g. by POST for memory errors

CPU: The lowest non-reserved interrupt, it is used exclusively for debugging, and

INT 03h

the INT 03 handler is always implemented by a debugging program

CPU: Numeric Overflow. Usually caused by the INTO instruction when the

INT 04h

overflow flag is set.

Executed when Shift-PrintScreen is pressed, as well as when the BOUND

INT 05h

instruction detects a bound failure.

CPU: Called when the Undefined Opcode (invalid instruction) exception occurs.

INT 06h

Usually installed by the operating system.

CPU: Called when an attempt was made to execute a floating-point instruction and

INT 07h

no numeric coprocessor was available.

IRQ0: Implemented by the system timing component; called 18.2 times per second

INT 08h

(once every 55 ms) by the PIC

IRQ1: Called after every key press and release (as well as during the time when a

INT 09h

key is being held)

INT 0Bh IRQ3: Called by serial ports 2 and 4 (COM2/4) when in need of attention

INT 0Ch IRQ4: Called by serial ports 1 and 3 (COM1/3) when in need of attention







1 of 5 9/10/2008 8:33 AM

BIOS interrupt call - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/BIOS_call







IRQ5: Called by hard disk controller (PC/XT) or 2nd parallel port LPT2 (AT) when

INT 0Dh

in need of attention

INT 0Eh IRQ6: Called by floppy disk controller when in need of attention

INT 0Fh IRQ7: Called by 1st parallel port LPT1 (printer) when in need of attention

Video Services - installed by the BIOS or operating system; called by software

programs

AH=00h Set Video Mode

AH=01h Set Cursor Shape

AH=02h Set Cursor Position

AH=03h Get Cursor Position And Shape

AH=04h Get Light Pen Position

AH=05h Set Display Page

INT 10h AH=06h Clear/Scroll Screen Up

AH=07h Clear/Scroll Screen Down

AH=08h Read Character and Attribute at Cursor

AH=09h Write Character and Attribute at Cursor

AH=0Ah Write Character at Cursor

AH=0Bh Set Border Color

AH=0Eh Write Character in TTY Mode

AH=0Fh Get Video Mode

AH=13h Write String

INT 11h Installed by the BIOS; returns equipment list

INT 12h Installed by the BIOS or operating system; returns Conventional Memory Size

Low Level Disk Services; installed by the BIOS or operating system; called by

software programs

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

INT 13h AH=05h Format Track On Drive

AH=08h Get Drive Parameters

AH=09h Init Fixed Drive Parameters

AH=0Ch Seek To Specified Track

AH=0Dh Reset Fixed Disk Controller

AH=15h Get Drive Type

AH=16h Get Floppy Drive Media Change Status

Routines for communicating via the serial port. Used by software programs.

AH=00h Serial Port Initialization

INT 14h AH=01h Transmit Character

AH=02h Receive Character





2 of 5 9/10/2008 8:33 AM

BIOS interrupt call - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/BIOS_call







AH=03h Status

Miscellaneous (System services support routines)

AH=4FH Keyboard Intercept

AH=83H Event Wait

AH=84H Read Joystick

AH=85H Sysreq Key Callout

AH=86H Wait

INT 15h AH=87H Move Block

AH=88H Get Extended Memory Size

AH=C0H Get System Parameters

AH=C1H Get Extended BIOS Data Area Segment

AH=C2H Pointing Device Functions

AH=0E8h, AL=01h Get Extended Memory Size(Newer function, since 1994).

(AX = 0E801h) Gives results for memory size above 64 Mb.

Implemented by the BIOS or operating system. Provides routines to be called by

software programs which communicate with the keyboard.

AH=00h Read Character

AH=01h Read Input Status

INT 16h AH=02h Read Keyboard Shift Status

AH=10h Read Character Extended

AH=11h Read Input Status Extended

AH=12h Read Keyboard Shift Status Extended

Print Services - used by software programs to communicate with the printer

AH=00h Print Character to Printer

INT 17h

AH=01h Initialize Printer

AH=02h Check Printer Status

Execute Cassette BASIC: True IBM computers contain BASIC in the ROM to be

INT 18h interpreted and executed by this routine in the event of a boot failure (called by the

BIOS)

INT 19h After POST this interrupt is used by BIOS to load the operating system.

Real Time Clock Services - called by software programs to communicate with the

RTC

AH=00h Read RTC

AH=01h Set RTC

AH=02h Read RTC Time

INT 1Ah AH=03h Set RTC Time

AH=04h Read RTC Date

AH=05h Set RTC Date

AH=06h Set RTC Alarm

AH=07h Reset RTC Alarm









3 of 5 9/10/2008 8:33 AM

BIOS interrupt call - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/BIOS_call







Installed by the operating system; automatically called by INT 9 when Ctrl-Break

INT 1Bh

has been pressed

Called automatically by INT 08; available for use by software programs when a

INT 1Ch

routine needs to be executed regularly

Not to be called; simply a pointer to the VPT (Video Parameter Table), which

INT 1Dh

contains data on video modes

Not to be called; simply a pointer to the DPT (Diskette Parameter Table),

INT 1Eh

containing a variety of information concerning the diskette drives

Not to be called; simply a pointer to the VGCT (Video Graphics Character Table),

INT 1Fh

which contains the data for ASCII characters 80h to FFh

INT 41h Address pointer: FDPT = Fixed Disk Parameter Table (1st hard drive)

INT 46h Address pointer: FDPT = Fixed Disk Parameter Table (2nd hard drive)

INT 4Ah Called by RTC for alarm

INT 70h IRQ8: Called by RTC

INT 74h IRQ12: Called by mouse

INT 75h IRQ13: Called by math coprocessor

INT 76h IRQ14: Called by primary IDE controller

INT 77h IRQ15: Called by secondary IDE controller





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. (At the time the original IBM PC

was released in 1981, the BASIC in ROM was a key feature.) As time went on and BASIC was no longer

shipped on all PCs, this interrupt would simply display an error message indicating that no bootable volume was

found (famously, "No ROM BASIC", or more self-explanatory messages in later BIOS versions); in other BIOS

versions it would prompt the user to insert a bootable volume and press a key, and then after the user did so it

would loop back to the bootstrap loader to try booting again.



See also

Interrupt

Interrupt descriptor table

INT 13

Input/Output Base Address

Ralf Brown's Interrupt List



External links

Embedded BIOS User’s Manual (http://www.embeddedarm.com/Manuals/EBIOS-UM.PDF)

http://www.missl.cs.umd.edu/winint/index1.html

http://hdebruijn.soo.dto.tudelft.nl/newpage/interupt/out-0100.htm





4 of 5 9/10/2008 8:33 AM

BIOS interrupt call - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/BIOS_call





Turbo Pascal examples for reading sectors (http://home.arcor.de/wzwz.de/wiki/interrupt/i13_en.htm)

HTML version of Ralf Brown Interrupt List (http://www.ctyme.com/rbrown.htm)



Retrieved from "http://en.wikipedia.org/wiki/BIOS_interrupt_call"

Categories: BIOS | Interrupts



This page was last modified on 2 July 2008, at 03:55.

All text is available under the terms of the GNU Free Documentation License. (See Copyrights for

details.)

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a U.S. registered 501(c)(3)

tax-deductible nonprofit charity.









5 of 5 9/10/2008 8:33 AM



Related docs
Other docs by Elijah Jimmy
How to Create an iGoogle Page
Views: 5  |  Downloads: 0
Twin Cities Fencing Club
Views: 3  |  Downloads: 0
CHIPBOARD VIEWFINDER – 09.21
Views: 2  |  Downloads: 0
3D Secure
Views: 93  |  Downloads: 0
Body Mass Index and Health
Views: 26  |  Downloads: 0
Linea de productos
Views: 143  |  Downloads: 0
SUCCESS FOR ASDA
Views: 15  |  Downloads: 0
Data Sheets on Quarantine Pests
Views: 5  |  Downloads: 0
By registering with docstoc.com you agree to our
privacy policy

You are almost ready to download!

You are almost ready to download!