cosmopolitan/tool
Justine Tunney edd9297eba Support malloc() on bare metal
Your Actually Portable Executables now contains a simple virtual memory
that works similarly to the Linux Kernel in the sense that it maps your
physical memory to negative addresses. This is needed to support mmap()
and malloc(). This functionality has zero code size impact. For example
the MODE=tiny LIFE.COM executable is still only 12KB in size.

The APE bootloader code has also been simplified to improve readibility
and further elevate the elegance by which we're able to support so many
platforms thereby enhancing verifiability so that we may engender trust
in this bootloading process.
2021-02-24 00:53:24 -08:00
..
build Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
decode Trim down executable sizes 2021-02-11 08:37:18 -08:00
emacs Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
hash Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
net Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Add UEFI support 2021-02-21 21:33:04 -08:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00