diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-09 20:16:35 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-09 20:16:35 +0100 |
commit | b774d83c24074941740072e9a82e2e125742a27a (patch) | |
tree | 3d2b15af5f7517e005da78723a1c024434df0436 /microkernel/mach/deficiencies.mdwn | |
parent | 178b9e4a14e8ea6fa415c3c36461e41da8434694 (diff) | |
parent | de3f3f6cc52d1e5013e85137d09f2ac23e657858 (diff) | |
download | web-b774d83c24074941740072e9a82e2e125742a27a.tar.gz web-b774d83c24074941740072e9a82e2e125742a27a.tar.bz2 web-b774d83c24074941740072e9a82e2e125742a27a.zip |
Merge remote-tracking branch 'fp/master'
Diffstat (limited to 'microkernel/mach/deficiencies.mdwn')
-rw-r--r-- | microkernel/mach/deficiencies.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/microkernel/mach/deficiencies.mdwn b/microkernel/mach/deficiencies.mdwn index 4d261627..3ddb95de 100644 --- a/microkernel/mach/deficiencies.mdwn +++ b/microkernel/mach/deficiencies.mdwn @@ -3226,3 +3226,31 @@ In context of [[hurd/libports]], *Open Issues*, *IRC, freenode, #hurd, <braunr> i don't intend the hurd to run on top of it <braunr> the reason it's a rewrite is to fix a whole bunch of major issues in one go + + +## IRC, freenode, #hurd, 2014-03-03 + + <nalaginrut> braunr: x15 can be compiled successfully, is it possible to + run it on Hurd now? + <braunr> nalaginrut: it will never be + <braunr> x15 isn't a drop in mach replacement + <braunr> for now it's stalled until i have more free time :/ + <braunr> i need to rewrite virtual memory, and then implement ipc + <nalaginrut> oh, it's planed for standalone one? + <braunr> it's planned for a hurd clone + <nalaginrut> sounds bigger plan than I thought ;-) + <braunr> it is but not that much actually + <braunr> it's just i have really little free time currently .. + <braunr> and i chose to spend it on the hurd instead + <braunr> it's easier to fix bugs when you have little time, than think and + write big and difficult features like an smp scalable VM system + <nalaginrut> yes, I understand + <nalaginrut> it take huge time to think and design + <nalaginrut> and relative easier to fix the current one + <braunr> well, the whole thing is thought already + <braunr> what's hard is taking care of the details + <nalaginrut> well, you're so self-confident, to my experiences, even if all + the designs are in my mind, issues may make me change the original design + a lot ;-) + <nalaginrut> alright, I saw the key line, everything exists, just assemble + it |