summaryrefslogtreecommitdiff
path: root/KeyKOS.mdwn
diff options
context:
space:
mode:
authorMutoShack <MutoShack@web>2019-03-26 00:16:36 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2019-03-26 00:16:36 +0100
commitcb165e4f3678b93dd06ca92314c1e6a2b29153ec (patch)
treee99b2b48f8b6d9f5f4ab4687b4c8a6d69720552c /KeyKOS.mdwn
parent75135b1e27bcd6a4e9348da560f0e75d07b2b2aa (diff)
Partially unstubbify page
Diffstat (limited to 'KeyKOS.mdwn')
-rw-r--r--KeyKOS.mdwn14
1 files changed, 12 insertions, 2 deletions
diff --git a/KeyKOS.mdwn b/KeyKOS.mdwn
index 29cfbb47..fb060c8a 100644
--- a/KeyKOS.mdwn
+++ b/KeyKOS.mdwn
@@ -6,11 +6,21 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-KeyKOS is a microkernel, developed for S/370 computers. Besides mounting tapes and tending to the printers, KeyKOS is meant for unattended operation.
+KeyKOS is a microkernel developed for System/370-compliant, single-core computer processors. starting in the 1970's by Tymshare. Besides mounting tapes and tending to the printers, KeyKOS is meant for unattended operation.
-KeyKOS' development started in the 1970's by Tymshare.
+KeyKOS was created as a result of the research project done by the Tymshare group called GNOSIS, an operating system concept.
+
+It's an interesting concept for an operating system. The kernel can take a two-state system as an input, and turn it into a many-state system. This allows for objects such as files, directories, and address spaces to be moved out of kernelspace and into userspace.
+
+KeyKOS is secure. Every operating system wants to be "secure", but what is the "standard baseline" for security? KeyKOS has a very clear image of this, as it was developed to try and meet the DOD "Orange book" standard: "*Department of Defense Trusted Computer System Evaluation Criteria*". After an inspection, KeyKOS was deemed as a "high B", a step or two down from the highest rank: A1.
+
+The article "KeyKOS - A Secure, High-Performance Environment for S/370" describes that there are some aspects of KeyKOS which are difficult to understand, as they stray from OS convention. It advises the reader, when learning about KeyKOS, to think of the Monty Python quote "And now for something completely different".
# External Links
<!-- I'm getting tired. Usually I'd be able to write a few pages and then some, but I guess I was up too late yesterday & too early today.
Going to finish up doing research on KeyKOS and write the rest of this page tomorrow morning. -->
[KeyKOS](https://web.archive.org/web/20110621235952/https://www.cis.upenn.edu/~KeyKOS/KeyKOS.html) on the Wayback Machine.
+
+[Roots of KeyKOS](http://www.cap-lore.com/CapTheory/KK/EKK.html) - A short but comprehensive history.
+
+[The DOD Orange Book (PDF)](https://csrc.nist.gov/csrc/media/publications/conference-paper/1998/10/08/proceedings-of-the-21st-nissc-1998/documents/early-cs-papers/dod85.pdf) - The book itself is really expensive to buy, so here's some PDF file of it.