FACTOID # 134: The total area of Australia’s coral reefs is greater than the total area of any of 130 individual countries, including Slovakia, the Dominican Republic, Kuwait, Singapore, and Rwanda.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Black Screen of Death
A Windows 3.1 black screen of death captured inside a VMWare virtual machine.

The black screen of death (BlSoD), is either of two things: Image File history File links Download high-resolution version (1050x752, 43 KB) Licensing I, the creator of this work, hereby release it into the public domain. ... Image File history File links Download high-resolution version (1050x752, 43 KB) Licensing I, the creator of this work, hereby release it into the public domain. ...

  • a failure mode of Microsoft Windows 3.x, or
  • the screen displayed by the OS/2 operating system in the event of either a system error from which it cannot recover (a TRAP screen) or a "hard" error in a program running in "full screen" mode (a less serious application failure).

The black screen of death has been present in all versions of OS/2. The Windows 3. ... To meet Wikipedias quality standards, this article or section may require cleanup. ... // An operating system (OS) is the software that manages the sharing of the resources of a computer. ... To meet Wikipedias quality standards, this article or section may require cleanup. ...

Contents

The Windows black screen of death

Windows 3.x

An example of an EMM386 Error Message in Windows 3.0 that results in a BSOD during Standard Mode.
An example of an EMM386 Error Message in Windows 3.0 that results in a BSOD during Standard Mode.

In Windows 3.x the black screen of death is the behaviour that occurred when a DOS application failed to execute properly. It was often known to occur in connection with attempting certain operations while networking drivers were resident in memory. (Most commonly, but not exclusively, it was seen while the Novell NetWare client for DOS, NETX, was loaded.) Image File history File links No higher resolution available. ... Image File history File links No higher resolution available. ... The Windows 3. ... NetWare is a network operating system developed by Novell, Inc. ... This article is about the family of closely related operating systems for the IBM PC compatible platform. ...


Also running if your running EMM386 In Windows 3.0 Standard Mode in a DOS Box. If you didn't turn it off before exiting the DOS Box it would show a error and if you pressed C it would result in a BSOD.


The system would switch the display to text mode, but would display nothing, leaving the user looking at an entirely black screen with a blinking cursor in the upper left corner. At this point, the user could do nothing but perform a cold reboot to get the system running normally again.


According to Wallace McClure of ASP.net[1], the phrase was originally coined in the summer of 1991 by Ed Brown, a technician with Coca-Cola Company's IT department in Atlanta, GA. He reports that the company was rolling out Windows 3.0 within the Global Marketing group and when the users would attempt to run WordPerfect, they would randomly receive a BSOD. The Coca-Cola Companys headquarters in Atlanta, GA. The Coca-Cola Company (NYSE: KO) is an international beverage and food manufacturer whose headquarters are in Atlanta, Georgia, in the United States of America. ... This article is about the state capital of Georgia. ... Windows 3. ...


Later versions of Windows

Windows 95, 98, 2000, ME, XP, and the official release of Windows Vista also display a Black Screen of Death when the operating system cannot boot. This is usually due to a missing file. Oftentimes, the user must reinstall Windows. It has to be noted however, if the missing file is critical to the boot process, more often than not the boot screen will inform the user of the missing file. Windows Vista is a line of graphical operating systems used on personal computers, including home and business desktops, notebook computers, Tablet PCs, and media centers. ...


In other cases, the black screen of death was replaced with the Blue Screen of Death. A blue screen of death as seen in Windows XP and Vista. ...


A black screen can also be caused by display driver problems, or selecting a mode that the monitor cannot display, though this may result in a warning on the monitor, or even in damage to a CRT monitor if it is not protected against excessive scan rate.


The OS/2 Black screen of death

In OS/2, a black screen of death is either a "TRAP screen" or "full-screen hard-error VIO pop-up". They switch the display adapter to text mode. The display is 80 columns by 25 rows, with white lettering on a black background and a black border, and uses the text mode font of the display adapter. To meet Wikipedias quality standards, this article or section may require cleanup. ...


TRAP screens

An example of an OS/2 TRAP screen.

A "TRAP screen" occurs when the kernel encounters an error from which it cannot recover, a system crash. Usually this is a result of faulty (or overclocked) hardware or a hardware malfunction, but it may also result from a software error in either the kernel or a device driver. Image File history File links OS2TRAP.PNG‎ Summary Captured while using VMware Workstation when trying to install OS/2. ... Image File history File links OS2TRAP.PNG‎ Summary Captured while using VMware Workstation when trying to install OS/2. ... In computer science, the kernel is the fundamental part of an operating system. ... A crash in computing is a condition where a program (either an application or part of the operating system) stops performing its expected function and also stops responding to other parts of the system. ... AMD Athlon XP Overclocking BIOS Setup on ABIT NF7-S. FSB frequency (External clock) has increased from 133 MHz to 148 MHz, and clock multiplier factor has changed from 13. ...


The "TRAP screen" contains a dump of the processor registers and stack, and information about the version of the operating system and the actual processor exception that was triggered. “CPU” redirects here. ...


The only actions the user can take in this situation is to perform a soft reboot by pressing Control-Alt-Delete or to perform a system dump by pressing Control-Alt-NumLock twice. A soft reboot (also known as a warm reboot, in contrast to a cold reboot) is restarting a computer under software control, without removing power or (directly) triggering a reset line. ... This article is about Control-Alt-Delete, the keyboard shortcut. ... In computing, the three-finger salute is a jocular term for the keyboard combination that forces a soft reboot, brings up the process manager (on Windows, BeOS or Mac OS X) or a jump to ROM monitor. ...


Hard error screens

A "full-screen hard-error VIO pop-up" occurs when a process incurs a "hard" error, either an outright application program crash or a potentially recoverable hard error (such as an attempt to access a floppy disc device where no disc has been inserted into the drive). A crash in computing is a condition where a program (either an application or part of the operating system) stops performing its expected function and also stops responding to other parts of the system. ...


The screen is displayed by the "hard error daemon" process, which handles hard errors from all other processes. Technically, the screen is a "VIO pop-up" screen. All processes (except the one that has incurred the error, any that also incur hard errors whilst the first error is being displayed, and any that themselves wish to display a "VIO pop-up" screen) continue to run, and the system continues to operate as normal. The hard error daemon uses a VIO pop-up when either the system has been booted into text mode or the hard error has occurred in a process running in a full-screen session.


The "pop-up screen" contains information about the processor exception that was triggered and the identity of the process.


The user is prompted for the action to be taken, and may choose

  • to end the process,
  • to display more information (which comprises a dump of the processor registers and stack for that process),
  • to retry the operation (if appropriate — I/O errors are retryable, CPU errors are not), or
  • to ignore the problem and continue (if appropriate — I/O errors are ignorable, CPU errors are not).

“CPU” redirects here. ...

Nintendo Wii

The Wii also has a black screen of death that's displayed when there are hardware or disk problems. In this example there is a hardware problem and the user is requested to press the eject button, turn the console off and then to remove the power supply as described by the operations manual. The Wii (pronounced as the pronoun we, IPA: ) is the fifth home video game console released by Nintendo. ... This article or section does not adequately cite its references or sources. ... For other uses, see Hardware (disambiguation). ...


See also

In many computer operating systems, a special type of error message will display onscreen when the system has experienced a fatal error. ... A blue screen of death as seen in Windows XP and Vista. ... It has been suggested that this article or section be merged with Blue Screen of Death. ... TiVos Green Screen of Death The Green Screen of Death (GSoD) is a error message produced by TiVo machines. ... Please wikify (format) this article or section as suggested in the Guide to layout and the Manual of Style. ... The yellow screen of death (YSOD) is a name used for two computer error screens. ... Image File history File links This is a lossless scalable vector image. ... Linux kernel panic under QEMU. Mac OS X kernel panic alert. ... The Sad Mac icon, this one indicating that an illegal instruction occurred. ... A Mac OS bomb screen. ... This is a screenshot from an (emulated) Atari ST, the four bombs indicates that the system error Illegal Instruction has occurred. ... Guru Meditation is the name of the error that occurred on early versions of the Amiga home computers when they crashed. ...

References

  1. ^ http://weblogs.asp.net/wallym/archive/2004/02/20/77425.aspx

  Results from FactBites:
 
Blue Screen of Death: Information from Answers.com (3371 words)
The Blue Screen of Death (sometimes called "bluescreen", "stop error" or just abbreviated as "BSoD") is a popular name for the screen displayed by Microsoft's Windows operating system when it cannot recover from, or is in danger of being unable to recover from, a system error.
Although the Microsoft Xbox usually shows a Green Screen of Death when a critical error occurs, this model was seen showing a BSoD during the presentation of a racing game at the CeBIT computer fair in Hanover in March 2005.
In Advance Wars: Dual Strike, Black Hole CO Jugger speaks in very technical diction; "blue screen of death" is one of the sayings he might use when initiating a Tag Attack/Dual Strike or CO Power.
Black Screen of Death - Wikipedia, the free encyclopedia (582 words)
In Windows 3.x the fl screen of death is the behaviour that occurred when a DOS application failed to execute properly.
In OS/2, a fl screen of death is either a "TRAP screen" or "full-screen hard-error VIO pop-up".
The display is 80 colums by 25 rows, with white lettering on a fl background and a fl border, and uses the text mode font of the display adapter.
  More results at FactBites »


 
 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments

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, 1022, m