FACTOID # 127: Costa Rica leads the world in per capita exports of bananas, cassava, melons, and pineapples to the United States. Unsuprisingly, they’re also first in pesticide use.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RELATED ARTICLES
People who viewed "Realmode" also viewed:
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Realmode

Real mode is an operating mode of 80286 and later x86-compatible CPUs. Real mode is characterized by a 16 bit segmented memory address space (meaning that only 1 MB of memory can be addressed), direct software access to BIOS routines and peripheral hardware, and no concept of memory protection or multitasking at the hardware level. All x86 CPUs in the 80286 series and later start up in real mode at power-on; 80186 CPUs and earlier had only one operational mode, which is equivalent to real mode in later chips.


The 286 architecture introduced protected mode, allowing for (among other things) hardware-level memory protection. Using these new features, however, required extra software instructions not previously necessary. Since a primary design specification of x86 microprocessors is that they be fully backwards compatible with software written for all x86 chips before them, the 286 chip was made to start up in 'real mode' — that is, in a mode which turned off the new memory protection features, so that it could run software written for older microprocessors. To this day, even the newest x86 CPUs start up in real mode at power-on, and can run software written for any previous chip.


The DOS operating systems (MS-DOS, DR-DOS, etc.) operate in real mode. Early versions of Microsoft Windows (which were essentially just graphical user interface shells running on top of DOS, and not actually operating systems per se) ran in real mode, until Windows 3.0, which could run in either real or protected mode. Windows 3.0 could actually run in two "flavours" of protected mode - "standard mode", which ran using protected mode, and "386-enhanced mode", which also used 32 bit addressing and thus would not run on a 286 (despite having protected mode, the 286 was still a 16 bit chip; 32 bit registers were introduced in the 80386 series). Windows 3.1 removed support for Real Mode, and was the first mainstream operating environment which required at least an 80286 processor (not counting Windows/286 which was not a mainstream product). Almost all modern x86 operating systems (Linux, Windows 95 and later, OS/2, etc.) switch the CPU into protected mode at startup.


See also


  Results from FactBites:
 
Bona Fide OSDev - The Workings of: x86-16/32 RealMode Addressing (1135 words)
In RealMode you can only acess 1mb of Address Space - This 1mb Maps out RAM, Video RAM, and the BIOS ROM's - Some of the memory is also taken up.
Alright, this is one of the most Complicated parts of RealMode and the x86 Architecture, But it is also one of the most important -- This will take some time to Explain, So please Bear with me and Remember: If you don't understand something read it over and over again until you do!, Lets Start...
RealMode Memory is acessed through a Segment:Offset pair - The Segment is a Memory Base, and the Offset is the Location from the Base.
  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.