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 /open_issues/anatomy_of_a_hurd_system.mdwn | |
parent | dcf0b805773f06ec5fb01cac145ee75dce1cd4d6 (diff) | |
download | web-de3f3f6cc52d1e5013e85137d09f2ac23e657858.tar.gz web-de3f3f6cc52d1e5013e85137d09f2ac23e657858.tar.bz2 web-de3f3f6cc52d1e5013e85137d09f2ac23e657858.zip |
IRC.
Diffstat (limited to 'open_issues/anatomy_of_a_hurd_system.mdwn')
-rw-r--r-- | open_issues/anatomy_of_a_hurd_system.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/open_issues/anatomy_of_a_hurd_system.mdwn b/open_issues/anatomy_of_a_hurd_system.mdwn index 33635b80..932e11a6 100644 --- a/open_issues/anatomy_of_a_hurd_system.mdwn +++ b/open_issues/anatomy_of_a_hurd_system.mdwn @@ -1327,3 +1327,22 @@ Actually, the Hurd has never used an M:N model. Both libthreads (cthreads) and l <teythoon> load it from grub instead of /hurd/ext2fs.static <teythoon> look at the grub config for how this is done <teythoon> let me know if it worked ;) + + +# IRC, freenode, #hurd, 2014-03-04 + + <bwright> Can I run a single instance of hurd on multiple computers + <bwright> With them acting as different servers? + <braunr> no + <bwright> Like the fs server on one pc etc. + <bwright> Which os could I do this with? + <bwright> I assumed Mach RPC would support that. + <braunr> it can + <braunr> but we don't use it that way + <braunr> plan9 is probably better suited to what you want + <braunr> inferno too + <braunr> maybe dragonflybsd + <bwright> Yep. + <bwright> irAwesome. + <bwright> Plan9 is exactly it. + <braunr> enjoy |