Skip to content

Commit 9add248

Browse files
committed
Update projects claims re: OpenBSD
1 parent beb090b commit 9add248

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
a build-once run-anywhere language, like Java, except it doesn't need an
88
interpreter or virtual machine. Instead, it reconfigures stock GCC and
99
Clang to output a POSIX-approved polyglot format that runs natively on
10-
Linux + Mac + Windows + FreeBSD + OpenBSD + NetBSD + BIOS with the best
11-
possible performance and the tiniest footprint imaginable.
10+
Linux + Mac + Windows + FreeBSD + OpenBSD 7.3 + NetBSD + BIOS with the
11+
best possible performance and the tiniest footprint imaginable.
1212

1313
## Background
1414

@@ -242,16 +242,16 @@ server. You're welcome to join us! <https://discord.gg/FwAVVu7eJ4>
242242

243243
## Support Vector
244244

245-
| Platform | Min Version | Circa |
246-
| :--- | ---: | ---: |
247-
| AMD | K8 | 2003 |
248-
| Intel | Core | 2006 |
249-
| Linux | 2.6.18 | 2007 |
250-
| Windows | 8 [1] | 2012 |
251-
| Darwin (macOS) | 23.1.0+ | 2023 |
252-
| OpenBSD | 7 | 2021 |
253-
| FreeBSD | 13 | 2020 |
254-
| NetBSD | 9.2 | 2021 |
245+
| Platform | Min Version | Circa |
246+
| :--- | ---: | ---: |
247+
| AMD | K8 | 2003 |
248+
| Intel | Core | 2006 |
249+
| Linux | 2.6.18 | 2007 |
250+
| Windows | 8 [1] | 2012 |
251+
| Darwin (macOS) | 23.1.0+ | 2023 |
252+
| OpenBSD | 7.3 or earlier | 2023 |
253+
| FreeBSD | 13 | 2020 |
254+
| NetBSD | 9.2 | 2021 |
255255

256256
[1] See our [vista branch](https://github.com/jart/cosmopolitan/tree/vista)
257257
for a community supported version of Cosmopolitan that works on Windows

tool/cosmocc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cosmopolitan Toolchain
22

33
This toolchain can be used to compile executables that run on Linux /
4-
MacOS / Windows / FreeBSD / OpenBSD / NetBSD for both the x86_64 and
4+
MacOS / Windows / FreeBSD / OpenBSD 7.3 / NetBSD for both the x86_64 and
55
AARCH64 architectures. In addition to letting you create portable
66
binaries, your toolchain is itself comprised of portable binaries,
77
enabling you to have a consistent development environment that lets you

0 commit comments

Comments
 (0)