summaryrefslogtreecommitdiff
path: root/hurd/faq/how_to_switch_microkernels.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-09-21 11:45:06 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-09-21 11:45:43 +0200
commit3f11d947b91a9c5f5eaa743ebb9dd38e34a625a4 (patch)
tree4b9461c9cc5ef96bba3ef6058e394a573c3b2048 /hurd/faq/how_to_switch_microkernels.mdwn
parent33f4538291c2921f8a54320a2dd3625e9657388d (diff)
libpthread: New.
Diffstat (limited to 'hurd/faq/how_to_switch_microkernels.mdwn')
-rw-r--r--hurd/faq/how_to_switch_microkernels.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/hurd/faq/how_to_switch_microkernels.mdwn b/hurd/faq/how_to_switch_microkernels.mdwn
index 468fab54..21f7a371 100644
--- a/hurd/faq/how_to_switch_microkernels.mdwn
+++ b/hurd/faq/how_to_switch_microkernels.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2010 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -10,6 +10,6 @@ License|/fdl]]."]]"""]]
[[!meta title="How difficult would it be to switch to another microkernel?"]]
-One thing for sure is to rewrite the mach and sysdeps/mach parts of glibc and
-libpthread. Quite a few tools also assume a Mach kernel and would have to be
-rewritten.
+One would have to reimplement the `mach/` and `sysdeps/mach/` parts of
+[[glibc]] and [[libpthread]]. Quite a few other Hurd tools also assume a
+[[microkernel/Mach]] kernel and would have to be adapted or rewritten.