Googulator

Results 49 issues of Googulator

This can successfully build a working tcc-mes, but then fails creating unified-libc.c for subsequent tcc bootstrapping.

A key element to the trustworthiness of the bootstrap process is the small size of the initial binary seed - it's difficult if not downright impossible to hide self-propagating malware...

For the Trusted Flash drive project, I have been researching various ways to build some kind of Flash storage (USB, SPI, etc.) that can be verifiably limited to 512 byte...

Right now, xz is built quite late, after the final Bash. If we had an "unxz" utility early on, srcfs & download size could be significantly reduced, by preferring xz...

enhancement

Savannah supports links like http://git.savannah.gnu.org/cgit/coreutils.git/snapshot/coreutils-8.32.tar.bz2 or even http://git.savannah.gnu.org/cgit/coreutils.git/snapshot/coreutils-8.32.tar.xz which provide better compression than the gz versions.

enhancement

Right now, we use 13 different versions of gnulib, each as a dependency of only one package. It would be great if these could be unified, or at least some...

enhancement
good first issue

These are very close versions, and most of their differences seem to come from how they are built (using custom makefiles, vs. using the normal build system). It seems unlikely...

enhancement

Plain HTTP is a dangerous dependency for sustainability. Plain HTTP download sources are expected to become increasingly rare as sites switch to redirecting to their HTTPS versions. For this reason,...

Kexec-fiwix hardcodes the memory map used by qemu with the particular settings used in live-bootstrap. This can cause problems when bootstrapping on bare metal with a BIOS that reserves memory...

GRUB build still needs to be converted into a true build step, with hash checking and proper package management.