commit f3778dcb7d4c81da73cc56d6dff9dd32bbc58c83 Author: Connor Olding Date: Fri Sep 23 12:00:15 2022 -0700 init diff --git a/README.md b/README.md new file mode 100644 index 0000000..92adcec --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# stargazing + +this repository contains experiments +in building third-party software against +[cosmopolitan libc.](https://justine.lol/cosmopolitan/) +the provided scripts produce APEs +(Actually Portable Executables) that run on +Linux, Mac, Windows, FreeBSD, OpenBSD, and NetBSD. +**however,** despite *running* on all platforms, +not every feature is available on every platform. +cosmopolitan already does a tremendous job at +polyfilling missing features across platforms, +but pre-existing software still takes a lot of +tweaking to before becoming fully functional.