Content deleted Content added
Guy Harris (talk | contribs) →Overview: Clean up citation; this way, the chapter title links to the archived version of the chapter, with "the original" linking to the un-archived version of the chapter. There doesn't seem to be a way to link the top-level page for the book, but the CS1 template documentation says " If chapter-url is used, url should only be used if the beginning of the work and the cited chapter are on separate webpages at the site.", but "the beginning of the work" isn't at the top-level URL. |
Guy Harris (talk | contribs) That citation doesn't define general-purpose OSes, it defines special-purpose OSes. It just mentions the term "general-purpose operating systems" in passing. Pull the reference from operating system, whence much of this text was taken; the version there is cleaner. |
||
Line 10:
For hardware functions such as [[input and output]] and [[memory allocation]], the operating system acts as an intermediary between programs and the computer hardware,<ref>{{cite book | last = Stallings | title = Operating Systems, Internals and Design Principles | publisher = Prentice Hall | year = 2005 | ___location = Pearson |page=6}}</ref><ref>{{cite book | last = Dhotre| first = I.A.| title = Operating Systems. | publisher = Technical Publications | year = 2009 |page=1}}</ref> although the application code is usually executed directly by the hardware and frequently makes [[system call]]s to an OS function or is [[interrupt]]ed by it. Operating systems are found on many devices that contain a computer{{snd}} from cellular phones and video game consoles to [[web server]]s and [[supercomputer]]s.
The dominant general-purpose
Some operating systems require installation or may come pre-installed with purchased computers ([[OEM]]-installation), whereas others may run directly from media (i.e. [[live cd]]) or flash memory (i.e. usb stick).
|