cosmopolitan/tool/build
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
..
emubin Improve dead code elimination 2021-02-08 04:04:42 -08:00
emucrt Change license 2020-12-27 17:18:44 -08:00
lib Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
ar.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
blinkenlights.c Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
build.mk Improve build system 2021-02-19 23:03:34 -08:00
calculator.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
calculator.ctest Add chibicc 2020-12-06 16:20:21 -08:00
calculator.inc Further refine documentation 2020-12-27 17:05:03 -08:00
compile.c Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
dis.c Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
dropcache.c Change license 2020-12-27 17:18:44 -08:00
helpop.c Change license 2020-12-27 17:18:44 -08:00
lz4toasm.c Change license 2020-12-27 17:18:44 -08:00
mkdeps.c Change license 2020-12-27 17:18:44 -08:00
package.c Fix some more build issues (#43) 2021-02-20 12:39:39 -08:00
pstrace.c Add tool for parsing strace output 2021-02-20 10:45:55 -08:00
refactor.c Change license 2020-12-27 17:18:44 -08:00
rle.c Change license 2020-12-27 17:18:44 -08:00
rollup.c Change license 2020-12-27 17:18:44 -08:00
runit.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
runit.h Initial import 2020-06-15 07:18:57 -07:00
runitd.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
summy.c Change license 2020-12-27 17:18:44 -08:00
tinyemu.c Fix our remarkable 184kb x86_64 emulator 2021-01-27 20:02:23 -08:00
x86combos.c Change license 2020-12-27 17:18:44 -08:00
zipobj.c Work towards improving signals and processes 2021-01-27 19:34:02 -08:00