summaryrefslogtreecommitdiff
path: root/NextHurd/MicrokernelCoyotos.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-04 15:01:35 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-04 15:01:35 +0200
commitebf5adb8e9ef993d74fe61fd33c2062e7bcad1c2 (patch)
treea5063fe9d0f4c5087acb3e7bb6a007dbe86081ed /NextHurd/MicrokernelCoyotos.mdwn
parentc37a846d135125df9d9be256e62c1e8763d42fc8 (diff)
Move `NextHurd' (and everything below) into `hurd/ng'.
Diffstat (limited to 'NextHurd/MicrokernelCoyotos.mdwn')
-rw-r--r--NextHurd/MicrokernelCoyotos.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/NextHurd/MicrokernelCoyotos.mdwn b/NextHurd/MicrokernelCoyotos.mdwn
deleted file mode 100644
index 40fd6e9d..00000000
--- a/NextHurd/MicrokernelCoyotos.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-# <a name="The_Coyotos_microkernel"> The Coyotos microkernel </a>
-
-[Coyotos](http://www.coyotos.org/index.html) is a microkernel and OS and the successor of EROS, that itself is the successor of KeyKOS. A more complete history can be found [here](http://www.coyotos.org/history.html). It's main objectives are to correcte some shortcomings of EROS, demonstrate that an atomic kernel design scales well and to completely formally verify both the kernel and critical system components by writing them in a new language called bitc.
-
-Coyotos is an orthogonally persistent pure capability system. It uses continuation based unbuffered asynchronous IPC (actually it's synchronous IPC whith asynchronous syscalls).
-
-TODO: explain these terms and (more important) their consequences on system design.
-
-The coyotos microkernel specification can be found [here](http://www.coyotos.org/docs/ukernel/spec.html)