[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: uuencoded binary object without source in gnumach.
From: |
Thomas Bushnell, BSG |
Subject: |
Re: uuencoded binary object without source in gnumach. |
Date: |
29 Mar 2004 15:09:21 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Gianluca Guida <glguida@wazzabbanda.homelinux.org> writes:
> in gnumach non oskit branch there's a couple of file
> named fpe.b and fpe.b_elf; They're essentially uuencoded
> objects (ELF and non ELF) that implement FPE
> emulation. I can't find source of them anywhere.
Yes. These came originally from Intel and were part of the CMU Mach
distribution. Intel wouldn't let CMU distribute the source.
The thing to do has long been to fetch the FPE emulation from some
other free source (Linux and BSD come to mind, if they have it), and
plug that in. Failing that, it could be removed.
Thomas