2018-12-20 06:44:18 +00:00
|
|
|
|
2019-11-04 18:59:13 +00:00
|
|
|
GNU Mes is a Scheme interpreter and C compiler for bootstrapping the GNU
|
|
|
|
system.
|
|
|
|
|
2018-12-20 06:44:18 +00:00
|
|
|
GNU Mes was created to address the security concerns that arise from
|
|
|
|
bootstrapping an operating system using binary blobs, which is common
|
|
|
|
practice for all software distributions. Mes is a Scheme interpreter
|
|
|
|
written in a simple subset of C and a C compiler written in Scheme and
|
|
|
|
comes with a small, bootstrappable C library. The Mes bootstrap has
|
|
|
|
halved the size of opaque, uninspectable binaries that were needed to
|
|
|
|
bootstrap GNU Guix, a functional GNU/Linux distribution that focusses on
|
|
|
|
user freedom, reproducibility and security. That reduction was achieved
|
|
|
|
by replacing GNU Binutils, GNU GCC and the GNU C Library with Mes. The
|
2019-11-04 18:59:13 +00:00
|
|
|
final goal is to help create a full source bootstrap for UNIX-like
|
|
|
|
operating systems. After three years of volunteer work funding will
|
|
|
|
enable us to make another big step forward and reach an important new
|
|
|
|
milestone.
|
2018-12-20 06:44:18 +00:00
|
|
|
|
|
|
|
GNU Mes - https://gnu.org/software/mes
|
|
|
|
GNU Guix - https://gnu.org/software/guix
|
|
|
|
Bootstrappable Builds - https://bootstrappable.org
|
|
|
|
Reproducible Builds - https://reproducible-builds.org
|
2019-11-04 18:59:13 +00:00
|
|
|
Reduced Binary Seed bootstrap - https://guix.gnu.org/blog/2019/guix-reduces-bootstrap-seed-by-50/
|