diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2014-03-09 20:10:58 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2014-03-09 20:10:58 +0100 |
commit | de3f3f6cc52d1e5013e85137d09f2ac23e657858 (patch) | |
tree | bb6665b8bef2bd72069f83568f309d1172cf54fb /microkernel/mach/deficiencies.mdwn | |
parent | dcf0b805773f06ec5fb01cac145ee75dce1cd4d6 (diff) | |
download | web-de3f3f6cc52d1e5013e85137d09f2ac23e657858.tar.gz web-de3f3f6cc52d1e5013e85137d09f2ac23e657858.tar.bz2 web-de3f3f6cc52d1e5013e85137d09f2ac23e657858.zip |
IRC.
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 |