Standalone program

From Wikipedia, the free encyclopedia

A stand-alone program, also known as a freestanding program, is a computer program that does not load any external module, library function or program and that is designed to boot with the bootstrap procedure of the target processor – it runs on bare metal. In early computers like the ENIAC without the concept of an operating system, standalone programs were the only way to run a computer. Standalone programs are usually written in or compiled to the assembly language for the specific hardware.

Later standalone programs typically were provided for utility functions such as disk formatting. Also, computers with very limited memory used standalone programs, i.e. most computers until the mid-1950s, and later still embedded processors.

Standalone programs are now mainly limited to SoC's or Microcontrollers (where battery life, price, and data space are at premiums)[1] and critical systems. In extreme cases every possible set of inputs and errors must be tested and thus every potential output known; fully independent [separate physical suppliers and programing teams] yet fully parallel system-state monitoring;[2][3][4] or where the attack surface must be minimized; an operating system would add unacceptable complexity and uncertainty. (examples, industrial operator safety interrupts,[4] commercial airlines,[2][3] medical devices, and ballistic missile launch controls, lithium-battery charge controllers in consumer devices[fire hazard and chip cost of approx ten cents].) Resource limited microcontrollers can also be made more tolerant of varied environmental conditions than the more powerful hardware needed for an operating system; this is possible because the much lower clock frequency, pin spacing, lack of large data buses (e.g. ddr4 ram modules), and limited transistor count allow for wider design margins and thus the potential for more robust electrical and physical properties both in circuit layout and material choices.

See also[]

References[]

  1. ^ [1], Atmel TinyAVR product page.
  2. ^ a b [2] Simultaneous generator control unit 'GCU' failure in 787
  3. ^ a b [3], Four redundant generator control units in 787 were identical, could fail at same point.
  4. ^ a b [4], ISO requirements for CE approval performance level 4.
Retrieved from ""