diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlegphoLJxjHXB6RKfIjNO2v_EzeaR11zI <Diego@web> | 2011-11-26 22:08:00 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2011-11-26 22:08:00 +0100 |
commit | 293627cef09ed1ec6af273c7bac4403fdb95b2ef (patch) | |
tree | 32c8f6a8f7c9eae6c95c5f33030d6002d1cdd0bc /hurd | |
parent | aff66e20ec4bd291e1a0c5605f2220bcfe4afa0f (diff) |
The clients holds the different drivers. Not the server.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/console.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/console.mdwn b/hurd/console.mdwn index e9daa96e..f7230011 100644 --- a/hurd/console.mdwn +++ b/hurd/console.mdwn @@ -12,7 +12,7 @@ License|/fdl]]."]]"""]] The Hurd console's implementation is broken into two pieces each running on it's own process, the console client and server. -The console server is also splitted into modules (input driver, display driver, +The console client is also split into modules (input driver, display driver, speaker, ...) but they all run in the same process. The console server puts itself as a translator on top of `/dev/vcs` folder |