FACTOID # 33: NationMaster.com is now 40 times the size of the CIA World Factbook!
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS   

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Supervisor mode

In computer terms, supervisor mode is a hardware-mediated flag which can be changed by code running in system-level software. System-level tasks or threads will have this flag set while they are running, whereas user-space applications will not. This flag determines whether it would be possible to execute machine code operations such as modifying registers for various descriptor tables, or performing operations such as disabling interrupts. The idea of having two different modes to operate in comes from "with more control comes more responsibility" - a program in supervisor mode is trusted to never fail, because if it does, the whole computer system may crash.


In a monolithic kernel, the kernel runs in supervisor mode and the applications run in user mode. Other types of operating systems, like those with an exokernel or microkernel do not necessarily share this behavior. In computer science, the kernel is the fundamental part of an operating system. ... In computing, an operating system (OS) is the system software responsible for the direct control and management of hardware and basic system operations. ... In computer science, the kernel is the fundamental part of an operating system. ... In computer science, the kernel is the fundamental part of an operating system. ...


Some examples from the PC world:

Linux and Windows are two operating systems that use supervisor/user-mode.
DOS and other simple operating systems run in supervisor mode permanently, meaning that drivers can be written directly into software. In user-mode it would be nessasary to utilise a system call into kernel-space (running in supervisor mode) where trusted code in the operation system will perform the needed task.

Most processors have at least two different modes. The x86-processors have four different modes divided into four different "rings". Programs that run in ring0 can do anything with the system and code that runs in ring3 should be able to fail at any time without any impact to the rest of the computer system. Ring1 and ring2 is mostly never used, but could be configured with different levels of access. Tux, a cartoon penguin frequently featured sitting, is the official Linux mascot. ... Microsoft Windows is a range of operating environments for personal computers and servers. ... The acronym DOS stands for disk operating system, an operating system component for computers that provides the abstraction of a file system resident on hard disk or floppy disk secondary storage. ... In computing, a system call, or software interrupt is the mechanism used by an application program to request service from the operating system. ... x86 or 80x86 is the generic name of a microprocessor architecture first developed and manufactured by Intel. ...


  Results from FactBites:
 
Supervisor mode - Wikipedia, the free encyclopedia (294 words)
The idea of having two different modes to operate in comes from "with more control comes more responsibility" - a program in supervisor mode is trusted to never fail, because if it does, the whole computer system may crash.
In a monolithic kernel, the kernel runs in supervisor mode and the applications run in user mode.
In user-mode it would be necessary to utilise a system call into kernel-space (running in supervisor mode) where trusted code in the operation system will perform the needed task.
Microcomputer development system - Patent 4847805 (3453 words)
The mode selector 11 is controlled by a mode selector controller 12, which generates a mode selection signal 17 in response to a signal from the supervisor 1 via the supervisor bus 13.
The supervisor 1 accesses the memory 2 via the supervisor bus 13; and on the other hand, the common emulation chip 4 accesses the memory 2 via the control program memory access bus 15 and the emulation chip bus 14.
If a signal which puts the microcomputer development system from the supervisor mode to the emulation mode is then outputted to the supervisor bus 13, the signal is received by the mode selector controller 12.
  More results at FactBites »

 

COMMENTARY     


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


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.