diff options
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 af5a786c..4cd4131f 100644 --- a/microkernel/mach/deficiencies.mdwn +++ b/microkernel/mach/deficiencies.mdwn @@ -3229,3 +3229,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 |