summaryrefslogtreecommitdiff
path: root/hurd/ng/microkernelcoyotos.mdwn
diff options
context:
space:
mode:
authorarnebab <arne_bab@web.de>2008-09-22 08:12:48 +0200
committerarnebab <arne_bab@web.de>2008-09-22 08:12:48 +0200
commit40a025ab271f9f85937519bc8abe1e8ecb694689 (patch)
treed5502e1a4dae986cacae8717c18be415189c9770 /hurd/ng/microkernelcoyotos.mdwn
parentb61bf09f0824587e886332f0a6da5adf536fffb2 (diff)
parent2ddd53f4463ee8ba0bab65be7a10efcbad3a27c7 (diff)
Merge branch 'master' of arnebab@flubber:~wiki/wiki
Diffstat (limited to 'hurd/ng/microkernelcoyotos.mdwn')
-rw-r--r--hurd/ng/microkernelcoyotos.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/ng/microkernelcoyotos.mdwn b/hurd/ng/microkernelcoyotos.mdwn
index 40fd6e9d..cdf4e1bf 100644
--- a/hurd/ng/microkernelcoyotos.mdwn
+++ b/hurd/ng/microkernelcoyotos.mdwn
@@ -1,8 +1,8 @@
# <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](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). Its main objectives are to correcte some shortcomings of EROS, demonstrate that an atomic kernel design scales well, and (eventually) to completely formally verify both the kernel and critical system components by writing them in a new language called [bitc](http://www.bitc-lang.org/). [See [l4.verified](http://nicta.com.au/research/projects/l4.verified) for work on formally verifying an L4 microkernel.]
-Coyotos is an orthogonally persistent pure capability system. It uses continuation based unbuffered asynchronous IPC (actually it's synchronous IPC whith asynchronous syscalls).
+Coyotos is an orthogonally persistent pure capability system. It uses continuation based unbuffered asynchronous IPC (actually it's synchronous IPC with asynchronous syscalls).
TODO: explain these terms and (more important) their consequences on system design.