KOS: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:kOS}}
{{DISPLAYTITLE:kOS}}
'''kOS''' ("chaos") or '''k/os''' is a light-weight operating system consisting of a kernel written in C and front end written in [[K]]. It is currently under development by [[Arthur Whitney]] for the purpose of running K applications without the overhead of traditional operating systems.
'''kOS''' ("chaos") or '''k/os''' is a light-weight operating system consisting of a kernel written in C and front end written in [[K]].<ref>[[Stephen Taylor]]. [https://vector.org.uk/impending-kos/ Impending kOS]. [[Vector journal]]. Volume 26, No. 2. Sep 1, 2014.</ref> It targets desktop computers, the cloud, tablets, and phones, e.g. as a replacement for [[wikipedia:WebKit|WebKit]] and [[Android (operating system)|Android]] for the purpose of running K applications without the overhead of traditional operating systems.<ref>Chris Pearson. [https://gist.github.com/chrispsn/da00835bb122c42f429a084df83fd746 A summary of everything we know about kOS]. GitHub.</ref> While under under development by [[Arthur Whitney]] since 2012, the project is, as of 2021, on hiatus with the expectation that development will continue in the future.<ref>[[Arthur Whitney]]. [https://groups.google.com/g/shaktidb/c/6E2hEzvPxgs/m/K9opK6hNAwAJ "scrolling previous commands"]. ShaktiDB. Google Groups. Feb 18, 2021.</ref>


Components of kOS are:
Components of kOS are:


* k: the scripting language
* z: the graphics system (replacing [[wikipedia:X Window System|X]] and [[wikipedia:Cocoa (API)|Cocoa]])
* kfs: the file system
* kfs: the file system
* kws: the windowing system
* kws: the windowing system
* ktext: a text editor?
* ktext: a basic text editor?
* kterm: the terminal
* kterm: the terminal


== External links ==
== References ==
* [https://gist.github.com/chrispsn/da00835bb122c42f429a084df83fd746 A summary of everything we know about kOS.]
<references/>
* Vector Journal: [https://vector.org.uk/impending-kos/ Impending kOS]
 
[[Category:Applications]]
[[Category:Applications]]

Revision as of 12:21, 18 February 2021

kOS ("chaos") or k/os is a light-weight operating system consisting of a kernel written in C and front end written in K.[1] It targets desktop computers, the cloud, tablets, and phones, e.g. as a replacement for WebKit and Android for the purpose of running K applications without the overhead of traditional operating systems.[2] While under under development by Arthur Whitney since 2012, the project is, as of 2021, on hiatus with the expectation that development will continue in the future.[3]

Components of kOS are:

  • k: the scripting language
  • z: the graphics system (replacing X and Cocoa)
  • kfs: the file system
  • kws: the windowing system
  • ktext: a basic text editor?
  • kterm: the terminal

References

  1. Stephen Taylor. Impending kOS. Vector journal. Volume 26, No. 2. Sep 1, 2014.
  2. Chris Pearson. A summary of everything we know about kOS. GitHub.
  3. Arthur Whitney. "scrolling previous commands". ShaktiDB. Google Groups. Feb 18, 2021.