summaryrefslogtreecommitdiff
path: root/microkernel/mach/deficiencies.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2013-04-16 23:16:51 +0200
committerThomas Schwinge <tschwinge@gnu.org>2013-04-16 23:16:51 +0200
commit073464feebed0b8139b52b2045c71e20b6d8ab44 (patch)
treeacb4d88f976c872da084c6ce2048189d6494ea56 /microkernel/mach/deficiencies.mdwn
parent65351e6ce5ca902e210ec10b2abbc6dd5e48041a (diff)
IRC.
Diffstat (limited to 'microkernel/mach/deficiencies.mdwn')
-rw-r--r--microkernel/mach/deficiencies.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/microkernel/mach/deficiencies.mdwn b/microkernel/mach/deficiencies.mdwn
index dcabb56e..1294b8b3 100644
--- a/microkernel/mach/deficiencies.mdwn
+++ b/microkernel/mach/deficiencies.mdwn
@@ -751,3 +751,19 @@ In context of [[open_issues/multithreading]] and later [[open_issues/select]].
part AIUI, and scheduling contexts can be inherited explicitly too, like
in EROS (and in a way in Viengoos)
<braunr> i don't understand viengoos well enough to do it that way
+
+
+## IRC, freenode, #hurd, 2013-04-13
+
+ <braunr> a microkernel loosely based on mach for a future hurd-like system
+ <JoshuaB> ok. no way! Are you in the process of building a micro-kernel
+ that the hurd may someday run on?
+ <braunr> not the hurd, a hurd-like system
+ <JoshuaB> ok wow. sounds pretty cool, and tricky
+ <braunr> the hurd could, but would require many changes too, and the point
+ of this rewrite is to overcome the most difficult technical performance
+ and scalability problems of the current hurd
+ <braunr> doing that requires deep changes in the low level interfaces
+ <braunr> imo, a rewrite is more appropriate
+ <braunr> sometimes, things done in x15 can be ported to the hurd
+ <braunr> but it still requires a good deal of effort