mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Update projects claims re: OpenBSD
This commit is contained in:
parent
beb090b83f
commit
9add248c9b
2 changed files with 13 additions and 13 deletions
24
README.md
24
README.md
|
@ -7,8 +7,8 @@
|
||||||
a build-once run-anywhere language, like Java, except it doesn't need an
|
a build-once run-anywhere language, like Java, except it doesn't need an
|
||||||
interpreter or virtual machine. Instead, it reconfigures stock GCC and
|
interpreter or virtual machine. Instead, it reconfigures stock GCC and
|
||||||
Clang to output a POSIX-approved polyglot format that runs natively on
|
Clang to output a POSIX-approved polyglot format that runs natively on
|
||||||
Linux + Mac + Windows + FreeBSD + OpenBSD + NetBSD + BIOS with the best
|
Linux + Mac + Windows + FreeBSD + OpenBSD 7.3 + NetBSD + BIOS with the
|
||||||
possible performance and the tiniest footprint imaginable.
|
best possible performance and the tiniest footprint imaginable.
|
||||||
|
|
||||||
## Background
|
## Background
|
||||||
|
|
||||||
|
@ -242,16 +242,16 @@ server. You're welcome to join us! <https://discord.gg/FwAVVu7eJ4>
|
||||||
|
|
||||||
## Support Vector
|
## Support Vector
|
||||||
|
|
||||||
| Platform | Min Version | Circa |
|
| Platform | Min Version | Circa |
|
||||||
| :--- | ---: | ---: |
|
| :--- | ---: | ---: |
|
||||||
| AMD | K8 | 2003 |
|
| AMD | K8 | 2003 |
|
||||||
| Intel | Core | 2006 |
|
| Intel | Core | 2006 |
|
||||||
| Linux | 2.6.18 | 2007 |
|
| Linux | 2.6.18 | 2007 |
|
||||||
| Windows | 8 [1] | 2012 |
|
| Windows | 8 [1] | 2012 |
|
||||||
| Darwin (macOS) | 23.1.0+ | 2023 |
|
| Darwin (macOS) | 23.1.0+ | 2023 |
|
||||||
| OpenBSD | 7 | 2021 |
|
| OpenBSD | 7.3 or earlier | 2023 |
|
||||||
| FreeBSD | 13 | 2020 |
|
| FreeBSD | 13 | 2020 |
|
||||||
| NetBSD | 9.2 | 2021 |
|
| NetBSD | 9.2 | 2021 |
|
||||||
|
|
||||||
[1] See our [vista branch](https://github.com/jart/cosmopolitan/tree/vista)
|
[1] See our [vista branch](https://github.com/jart/cosmopolitan/tree/vista)
|
||||||
for a community supported version of Cosmopolitan that works on Windows
|
for a community supported version of Cosmopolitan that works on Windows
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Cosmopolitan Toolchain
|
# Cosmopolitan Toolchain
|
||||||
|
|
||||||
This toolchain can be used to compile executables that run on Linux /
|
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
|
AARCH64 architectures. In addition to letting you create portable
|
||||||
binaries, your toolchain is itself comprised of portable binaries,
|
binaries, your toolchain is itself comprised of portable binaries,
|
||||||
enabling you to have a consistent development environment that lets you
|
enabling you to have a consistent development environment that lets you
|
||||||
|
|
Loading…
Reference in a new issue