Matches in DBpedia 2015-10 for { <http://dbpedia.org/resource/BIOS_interrupt_call> ?p ?o }
- BIOS_interrupt_call abstract "BIOS interrupt calls are a facility that operating systems and application programs use to invoke the facilities of the Basic Input/Output System on IBM PC compatible computers. Traditionally, BIOS calls are mainly used by MS-DOS programs and some other software such as boot loaders (including, mostly historically, relatively simple application software that boots directly and runs without an operating system—especially game software.) BIOS only runs in the real address mode (Real Mode) of the x86 CPU, so programs that call BIOS either must also run in real mode or must switch from protected mode to real mode before calling BIOS and then switch back again. For this reason, modern operating systems that use the CPU in Protected Mode generally do not use the BIOS to support system functions, although some of them use the BIOS to probe and initialize hardware resources during their early stages of booting.In all computers, software instructions control the physical hardware (screen, disk, keyboard, etc.) from the moment the power is switched on. In a PC, the BIOS, preloaded in ROM on the mainboard, takes control immediately after the processor is reset, including during power-up or when a hardware reset button is pressed. The BIOS initializes the hardware, finds, loads and runs the boot program (usually, but not necessarily, an OS loader), and provides basic hardware control to the operating system running on the machine, which is usually an operating system but may be a directly booting single software application.Many modern operating systems (such as newer versions of Windows and Linux) bypass the built-in BIOS interrupt communication system altogether, preferring to use their own software to control the attached hardware directly. The original reason for this was primarily that these operating systems run the processor in protected mode, whereas calling BIOS requires switching to real mode and back again, and switching to real mode is slow. However, there are also serious security reasons not to switch to real mode, and the BIOS code has limitations both in functionality and speed that motivate operating system designers to find a replacement for it. In fact, the speed limitations of the BIOS made it common even in the MS-DOS era for programs to circumvent it in order to avoid its performance limitations, especially for video graphics display and fast serial communication. The problems with BIOS functionality include limitations in the range of functions defined, inconsistency in the subsets of those functions supported on different computers, and variations in the quality of BIOSes (i.e. some BIOSes are complete and reliable, others are abridged and buggy). By taking matters into their own hands and avoiding reliance on BIOS, operating system developers can eliminate some of the risks and complications they face in writing and supporting system software. On the other hand, by doing so those developers become responsible for providing "bare-metal" driver software for every different system or peripheral device they intend for their operating system to work with (or for inducing the hardware producers to provide those drivers). Thus it should be apparent that compact operating systems developed on small budgets would tend to use BIOS heavily, while large operating systems built by huge groups of software engineers with large budgets would more often opt to write their own drivers instead of using BIOS—that is, even without considering the compatibility problems of BIOS and protected mode.For IBM's part, they provided all the information needed to use their BIOS fully or to directly utilize the hardware and avoid BIOS completely, when programming the early IBM PC models (prior to the PS/2). From the beginning, programmers had the choice of using BIOS or not, on a per-hardware-peripheral basis. Today, the BIOS in a new PC still supports most, if not all, of the BIOS interrupt function calls defined by IBM for the IBM AT (introduced in 1984), along with many more newer ones, plus extensions to some of the originals (e.g. expanded parameter ranges). This, combined with a similar degree of hardware compatibility, means that most programs written for an IBM AT can still run correctly on a new PC today, assuming that the faster speed of execution is acceptable (which it typically is for all but games that use CPU-based timing). Despite the considerable limitations of the services accessed through the BIOS interrupts, they have proven extremely useful and durable to technological change.".
- BIOS_interrupt_call wikiPageExternalLink files.html.
- BIOS_interrupt_call wikiPageExternalLink rbrown.htm.
- BIOS_interrupt_call wikiPageExternalLink PhoenixBIOS4_rev6UserMan.pdf.
- BIOS_interrupt_call wikiPageID "1260095".
- BIOS_interrupt_call wikiPageLength "25073".
- BIOS_interrupt_call wikiPageOutDegree "57".
- BIOS_interrupt_call wikiPageRevisionID "677048636".
- BIOS_interrupt_call wikiPageWikiLink American_Megatrends.
- BIOS_interrupt_call wikiPageWikiLink Assembly_language.
- BIOS_interrupt_call wikiPageWikiLink BASIC.
- BIOS_interrupt_call wikiPageWikiLink BIOS.
- BIOS_interrupt_call wikiPageWikiLink Boot_loader.
- BIOS_interrupt_call wikiPageWikiLink Booting.
- BIOS_interrupt_call wikiPageWikiLink Borland_Turbo_C.
- BIOS_interrupt_call wikiPageWikiLink Break_key.
- BIOS_interrupt_call wikiPageWikiLink Calling_convention.
- BIOS_interrupt_call wikiPageWikiLink Category:BIOS.
- BIOS_interrupt_call wikiPageWikiLink Category:Interrupts.
- BIOS_interrupt_call wikiPageWikiLink Computer_terminal.
- BIOS_interrupt_call wikiPageWikiLink Conventional_PCI.
- BIOS_interrupt_call wikiPageWikiLink Conventional_memory.
- BIOS_interrupt_call wikiPageWikiLink DOS_interrupt_call.
- BIOS_interrupt_call wikiPageWikiLink E820.
- BIOS_interrupt_call wikiPageWikiLink Enhanced_Small_Disk_Interface.
- BIOS_interrupt_call wikiPageWikiLink Extended_Industry_Standard_Architecture.
- BIOS_interrupt_call wikiPageWikiLink Extended_Memory.
- BIOS_interrupt_call wikiPageWikiLink Extended_memory.
- BIOS_interrupt_call wikiPageWikiLink High-level_programming_language.
- BIOS_interrupt_call wikiPageWikiLink IBM_AT.
- BIOS_interrupt_call wikiPageWikiLink IBM_PC_compatible.
- BIOS_interrupt_call wikiPageWikiLink IBM_PCjr.
- BIOS_interrupt_call wikiPageWikiLink IBM_Personal_Computer.
- BIOS_interrupt_call wikiPageWikiLink AT.
- BIOS_interrupt_call wikiPageWikiLink IBM_Personal_Computer_XT.
- BIOS_interrupt_call wikiPageWikiLink INT_(x86_instruction).
- BIOS_interrupt_call wikiPageWikiLink INT_10H.
- BIOS_interrupt_call wikiPageWikiLink INT_13H.
- BIOS_interrupt_call wikiPageWikiLink INT_16H.
- BIOS_interrupt_call wikiPageWikiLink Output_Base_Address.
- BIOS_interrupt_call wikiPageWikiLink output_base_address.
- BIOS_interrupt_call wikiPageWikiLink Interrupt.
- BIOS_interrupt_call wikiPageWikiLink Interrupt_descriptor_table.
- BIOS_interrupt_call wikiPageWikiLink Linux.
- BIOS_interrupt_call wikiPageWikiLink MS-DOS.
- BIOS_interrupt_call wikiPageWikiLink MS-DOS_API.
- BIOS_interrupt_call wikiPageWikiLink Micro_Channel_Architecture.
- BIOS_interrupt_call wikiPageWikiLink Micro_Channel_architecture.
- BIOS_interrupt_call wikiPageWikiLink Microsoft_Windows.
- BIOS_interrupt_call wikiPageWikiLink Modified_Frequency_Modulation.
- BIOS_interrupt_call wikiPageWikiLink Operating_system.
- BIOS_interrupt_call wikiPageWikiLink Parallel_ATA.
- BIOS_interrupt_call wikiPageWikiLink Phoenix_Technologies.
- BIOS_interrupt_call wikiPageWikiLink Print_screen.
- BIOS_interrupt_call wikiPageWikiLink Protected_Mode.
- BIOS_interrupt_call wikiPageWikiLink Protected_mode.
- BIOS_interrupt_call wikiPageWikiLink RTC_Alarm.
- BIOS_interrupt_call wikiPageWikiLink Rainbow_100.
- BIOS_interrupt_call wikiPageWikiLink Ralf_Browns_Interrupt_List.
- BIOS_interrupt_call wikiPageWikiLink Read-only_memory.
- BIOS_interrupt_call wikiPageWikiLink Real-time_clock_alarm.
- BIOS_interrupt_call wikiPageWikiLink Real_mode.
- BIOS_interrupt_call wikiPageWikiLink Reentrancy_(computing).
- BIOS_interrupt_call wikiPageWikiLink Run-length_limited.
- BIOS_interrupt_call wikiPageWikiLink Run_Length_Limited.
- BIOS_interrupt_call wikiPageWikiLink SATA.
- BIOS_interrupt_call wikiPageWikiLink SCSI.
- BIOS_interrupt_call wikiPageWikiLink ST-506.
- BIOS_interrupt_call wikiPageWikiLink Serial_ATA.
- BIOS_interrupt_call wikiPageWikiLink Turbo_C.
- BIOS_interrupt_call wikiPageWikiLink Turbo_C++.
- BIOS_interrupt_call wikiPageWikiLink Turbo_Pascal.
- BIOS_interrupt_call wikiPageWikiLink VESA_BIOS_Extension.
- BIOS_interrupt_call wikiPageWikiLink VESA_BIOS_Extensions.
- BIOS_interrupt_call wikiPageWikiLink Western_Digital.
- BIOS_interrupt_call wikiPageWikiLink Windows.
- BIOS_interrupt_call wikiPageWikiLink X86.
- BIOS_interrupt_call wikiPageWikiLinkText "BIOS call".
- BIOS_interrupt_call wikiPageWikiLinkText "BIOS calls".
- BIOS_interrupt_call wikiPageWikiLinkText "BIOS interrupt call".
- BIOS_interrupt_call wikiPageWikiLinkText "BIOS interrupts".
- BIOS_interrupt_call wikiPageWikiLinkText "BIOS memory transfer service".
- BIOS_interrupt_call wikiPageWikiLinkText "BIOS_interrupt_call".
- BIOS_interrupt_call wikiPageWikiLinkText "call".
- BIOS_interrupt_call wikiPageWikiLinkText "interrupt calls".
- BIOS_interrupt_call hasPhotoCollection BIOS_interrupt_call.
- BIOS_interrupt_call wikiPageUsesTemplate Template:Code.
- BIOS_interrupt_call wikiPageUsesTemplate Template:OCLC.
- BIOS_interrupt_call wikiPageUsesTemplate Template:Refimprove.
- BIOS_interrupt_call subject Category:BIOS.
- BIOS_interrupt_call subject Category:Interrupts.
- BIOS_interrupt_call hypernym Facility.
- BIOS_interrupt_call type ArchitecturalStructure.
- BIOS_interrupt_call type Article.
- BIOS_interrupt_call type Article.
- BIOS_interrupt_call type Compatible.
- BIOS_interrupt_call comment "BIOS interrupt calls are a facility that operating systems and application programs use to invoke the facilities of the Basic Input/Output System on IBM PC compatible computers.".
- BIOS_interrupt_call label "BIOS interrupt call".
- BIOS_interrupt_call sameAs Llamada_de_interrupción_del_BIOS.
- BIOS_interrupt_call sameAs BIOS割り込みルーチン.