Re: Hurd from scratch?
Samuel Thibault <[email protected]> Tue, 5 Jul 2022 23:57:37 +0200
| Newsgroups | gmane.os.hurd.general |
|---|---|
| Organization | I am not organized |
| Message-ID | <20220705215737.fqmggtvjvjpmu4k4@begin> |
Hello, Peter Wiehe, le mar. 05 juil. 2022 22:52:04 +0200, a ecrit: > Is there a document describing a manual installation of Hurd? You know, like > Linux from scratch? I looked through the Hurd docu I could find, but I couldn't > find something. I'm not aware of any, but you can get details of the gnumach/hurd/glibc/gcc bootstrap dance in the cross-compilation documentation, it's basically the beginning of Hurd-from-scratch. Once you have gnumach/hurd/glibc/gcc done, the rest should be extremely similar to Linux-from-scratch, since in both cases it's just the GNU system, whatever the kernel :) Samuel