answersLogoWhite

0

Compare DOS and BIOS call

Updated: 12/21/2022
User Avatar

Wiki User

12y ago

Best Answer

BIOS is the basic input output system provides a routine procedure, and use a program written in BIOS features simple, readable, and easy to transplant.

PC-DOS is the most important operating system, as it includes nearly a BIOSdevice management, directory management and file management procedures, is a fully featured, easy to use collection of the interrupt routine. Using the DOS operatingusing the appropriate functions of the BIOS than the operation more simple and lessdependent on some of the hardware.

BIOS functions and DOS functions are called by software interrupts. Need tointerrupt the function number before the call into the AH register, handle the function number into the AL register, besides, usually need to register in the CPU to provide specialized call parameters. In general, DOS or BIOS function calls, has the followingbasic steps:

1, the call parameters into the specified register;

2, for the function number, put it into the AH;

3, for sub-function number, put it into the AL;

4, according to interruption of DOS or BIOS interrupt call;

5, check the return parameters are correct.

BIOS and DOS interrupt interrupt the relationship shown in Figure 9.1.

In the memory system, starting from the address 0FE000H 8K ROM (read-only memory) is equipped with a BIOS (Basic Iuput / output System) routine. Reside in theROM BIOS in the PC series of different microprocessors to provide a compatible system POST, boot loader, the main I / O devices and the interface control processfunction modules to handle all system interrupts. Use BIOS calls that bring great convenience to the programmer programming, programmers do not understand the details of hardware operation, the direct use of instruction set parameters, and thencall the BIOS interrupt the sub-function, so programs written using simple BIOSfunction can be Reading is good, and easy to transplant.

DOS (Disk Operating System) is the most important PC, operating system, which isprovided by the floppy or hard disk. Its two DOS BIOS module IBMBIO.COM andIBMDOS.COM the more convenient to use because more and DOS module providesthe necessary tests, the DOS operating the corresponding functions of the BIOS than the use of more simple operation, but the hardware DOS Dependence less.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Compare DOS and BIOS call
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Name three layers of ms-dos?

COMMAND.COM DOS Kernel BIOS


Why is BIOS accessed much less by Windows than it is by DOS?

Who told you? Windows uses more resources than DOS.. As we know that DOS can support less hardware than Windows and BIOS is the controlling system for integrated hardware, hence we can easily understand the utilization of DOS and Windows..


What is dos interrupt and bios interrupt?

There are more than one of them, the most important DOS interrupt is 21H. Consult the related link.


What is the INT86 function in C programming?

INT 86 Int86() is a C function that allows to call interrupts in the program. prototype in dos.h In and out register must be type of REGS. REGS is a built in UNION declaration in C. It is defined in the header file <DOS.h>


What form of software can also called firmware?

That'd be software installed directly onto a piece of hardware which is the operating code for that piece of hardware. For example, a hardware RAID controller might have firmware on it that controls its operation.


Compare security in Dos and Unix?

I'll make this very simple: MS-DOS doesn't have any.


What do you call software embedded in ROM?

BIOS


Is it possible to install Windows or DOS on a normal phone?

No. Almost no phones contain x86 processors, and those that do not have a traditional IBM-compatible BIOS, so they cannot run Windows or DOS.


How do you say call 202-727-0228 in Spanish?

llamar dos cero dos - siete dos siete - cero dos dos ocho


What is Bios function call in 8086 microprocessor?

The BIOS function in the 8086 microprocessor is called an interrupt function. It is an interrupt function because it is not called by a function call instruction.


Compare and contrast the features of DOS and Windows Discuss?

Features of windows


Why doesn't Linux call the BIOS after POST?

Many parts of the Linux kernel do call the BIOS after POST, including the framebuffer and the APM/ACPI drivers. Most modern operating systems do not rely solely on the BIOS to support devices because interacting with them directly is usually faster, and bugs in the bIOS can be worked around.