Find a file
Justine Tunney efc66f8525 Fix our remarkable 184kb x86_64 emulator
Here's how to build it from source and try it out!

    m=tiny
    make -j18 MODE=$m o/$m/tool/build/tinyemu.com
    make -j18 MODE=$m o/$m/tool/viz/deathstar.com
    o/$m/tool/build/tinyemu.com o/$m/tool/viz/deathstar.com
2021-01-27 20:02:23 -08:00
ape Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
build Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
dsp Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
examples Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
libc Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
net Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
test Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
third_party Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
tool Fix our remarkable 184kb x86_64 emulator 2021-01-27 20:02:23 -08:00
usr/share Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
.clang-format Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
.gitignore Make terminal ui binaries work well everywhere 2020-10-19 06:38:31 -07:00
Makefile Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
NOTICE Change license 2020-12-27 17:18:44 -08:00
README.md Work towards improving signals and processes 2021-01-27 19:34:02 -08:00

Cosmopolitan

Fast portable static native textmode executable containers.

For an introduction to this project, please read the αcτµαlly pδrταblε εxεcµταblε blog post and cosmopolitan libc website. API documentation is available here.