To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Standalone program

From Wikipedia, the free encyclopedia

A standalone 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 assembly language for a specific hardware.

Later standalone programs typically were provided for utility functions such as disk formatting. Also, computers with very limited memory may use 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 include industrial operator safety interrupts,[4] commercial airlines,[2][3] medical devices, ballistic missile launch controls and lithium-battery charge controllers in consumer devices [fire hazard and chip cost of approximately 10 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 of the much lower clock frequency, pin spacing, lack of large data buses (e.g. DDR4 RAM modules), and limited transistor count allowance for wider design margins and thus the potential for more robust electrical and physical properties both in circuit layout and material choices.

YouTube Encyclopedic

  • 1/3
    Views:
    1 433
    429
    26 195
  • 25. Creating standalone executables out of your Python programs
  • Success! Dragon Standalone Working With Denise Dragon On Same Computer
  • Logon with a smart card on a stand alone computer (EIDAuthenticate Community Edition demo)

Transcription

See also

References

  1. ^ [1], Atmel TinyAVR product page.
  2. ^ a b Goodin, Dan (2015-05-01). "Boeing 787 Dreamliners contain a potentially catastrophic software bug". Ars Technica. Retrieved 2023-09-04.
  3. ^ a b "Airworthiness Directives; The Boeing Company Airplanes". unblock.federalregister.gov. Retrieved 2023-09-04.
  4. ^ a b "How to migrate from EN 954-1 to EN ISO 13849-1 or EN 62061 | Machine Building". www.machinebuilding.net. Retrieved 2023-09-04.
This page was last edited on 4 September 2023, at 13:33
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.