From 9add248c9bebdd57a11989f96316ff0475b76530 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Thu, 31 Oct 2024 20:14:49 -0700 Subject: [PATCH] Update projects claims re: OpenBSD --- README.md | 24 ++++++++++++------------ tool/cosmocc/README.md | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d447a47add0..eda1f14bc43 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ a build-once run-anywhere language, like Java, except it doesn't need an interpreter or virtual machine. Instead, it reconfigures stock GCC and Clang to output a POSIX-approved polyglot format that runs natively on -Linux + Mac + Windows + FreeBSD + OpenBSD + NetBSD + BIOS with the best -possible performance and the tiniest footprint imaginable. +Linux + Mac + Windows + FreeBSD + OpenBSD 7.3 + NetBSD + BIOS with the +best possible performance and the tiniest footprint imaginable. ## Background @@ -242,16 +242,16 @@ server. You're welcome to join us! ## Support Vector -| Platform | Min Version | Circa | -| :--- | ---: | ---: | -| AMD | K8 | 2003 | -| Intel | Core | 2006 | -| Linux | 2.6.18 | 2007 | -| Windows | 8 [1] | 2012 | -| Darwin (macOS) | 23.1.0+ | 2023 | -| OpenBSD | 7 | 2021 | -| FreeBSD | 13 | 2020 | -| NetBSD | 9.2 | 2021 | +| Platform | Min Version | Circa | +| :--- | ---: | ---: | +| AMD | K8 | 2003 | +| Intel | Core | 2006 | +| Linux | 2.6.18 | 2007 | +| Windows | 8 [1] | 2012 | +| Darwin (macOS) | 23.1.0+ | 2023 | +| OpenBSD | 7.3 or earlier | 2023 | +| FreeBSD | 13 | 2020 | +| NetBSD | 9.2 | 2021 | [1] See our [vista branch](https://github.com/jart/cosmopolitan/tree/vista) for a community supported version of Cosmopolitan that works on Windows diff --git a/tool/cosmocc/README.md b/tool/cosmocc/README.md index 137c4426b53..880b132ce92 100644 --- a/tool/cosmocc/README.md +++ b/tool/cosmocc/README.md @@ -1,7 +1,7 @@ # Cosmopolitan Toolchain This toolchain can be used to compile executables that run on Linux / -MacOS / Windows / FreeBSD / OpenBSD / NetBSD for both the x86_64 and +MacOS / Windows / FreeBSD / OpenBSD 7.3 / NetBSD for both the x86_64 and AARCH64 architectures. In addition to letting you create portable binaries, your toolchain is itself comprised of portable binaries, enabling you to have a consistent development environment that lets you