diff options
author | Joshua Branson <jbranso@fastmail.com> | 2018-11-10 10:29:06 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-10 19:57:04 +0100 |
commit | 395177896a206512e314724772626bc6208f3c17 (patch) | |
tree | 30a25f450c99f30bc00192c746144db19067e6ac /open_issues/anatomy_of_a_hurd_system.mdwn | |
parent | a36d96bb10e91c461c0470313e0f259c3d950160 (diff) | |
download | web-395177896a206512e314724772626bc6208f3c17.tar.gz web-395177896a206512e314724772626bc6208f3c17.tar.bz2 web-395177896a206512e314724772626bc6208f3c17.zip |
An inkscape image on the anatomy of a hurd system page.
Diffstat (limited to 'open_issues/anatomy_of_a_hurd_system.mdwn')
-rw-r--r-- | open_issues/anatomy_of_a_hurd_system.mdwn | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/open_issues/anatomy_of_a_hurd_system.mdwn b/open_issues/anatomy_of_a_hurd_system.mdwn index 966331ce..82f2333c 100644 --- a/open_issues/anatomy_of_a_hurd_system.mdwn +++ b/open_issues/anatomy_of_a_hurd_system.mdwn @@ -27,28 +27,7 @@ TCP/IP stack, and others. The GNU/Hurd system implements POSIX with glibc. Alm POSIX calls to glibc are re-routed to the Hurd servers. Some of the Hurd servers depend on GNU Mach, while other Hurd servers depend on other Hurd servers. - The Hurd - - --------------------------- - | glibc | - | | - | read | - --------------------------- - \ - \ - \ - \ - --------------------------------------- - | \ Hurd Servers | - | ext2fs auth --- other servers | - | \ | - -------------------------------------- - \ - libdiskfs - \ / - \ / - \/ - GNU Mach +[[!img images/overview.svg]] # Bootstrap |