diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 13:10:14 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 13:10:14 +0100 |
commit | 50edfaff1fe9d3309b34358ec0c62d3c3354bc75 (patch) | |
tree | e63877d7d3517c42798574f935f49d07446ae749 /faq/sharing_the_user_space.mdwn | |
parent | f01951760af1170e23fbb94146caabe629384465 (diff) | |
download | web-50edfaff1fe9d3309b34358ec0c62d3c3354bc75.tar.gz web-50edfaff1fe9d3309b34358ec0c62d3c3354bc75.tar.bz2 web-50edfaff1fe9d3309b34358ec0c62d3c3354bc75.zip |
small fixes: titles, details
Diffstat (limited to 'faq/sharing_the_user_space.mdwn')
-rw-r--r-- | faq/sharing_the_user_space.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/faq/sharing_the_user_space.mdwn b/faq/sharing_the_user_space.mdwn index ec880827..8702470a 100644 --- a/faq/sharing_the_user_space.mdwn +++ b/faq/sharing_the_user_space.mdwn @@ -8,11 +8,11 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -*Question:* Could it be possible to have a system installation where you can +[[!meta title=" Could it be possible to have a system installation where you can dual-boot using either the [[Linux]] kernel, or the GNU Hurd, so that -everything but the kernel is shared? +everything but the kernel is shared?]] -*Answer:* Given that both Linux and GNU Hurd are using the [[ELF]] binary +Given that both Linux and GNU Hurd are using the [[ELF]] binary format, this could indeed be made possible, if all programs agreed to rely on only one abstraction layer, for example the standard C library ([[glibc]]). (Additionally, for example for [[system call]]s that are not covered by glibc |