File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 7
7
a build-once run-anywhere language, like Java, except it doesn't need an
8
8
interpreter or virtual machine. Instead, it reconfigures stock GCC and
9
9
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.
12
12
13
13
## Background
14
14
@@ -242,16 +242,16 @@ server. You're welcome to join us! <https://discord.gg/FwAVVu7eJ4>
242
242
243
243
## Support Vector
244
244
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 |
255
255
256
256
[ 1] See our [ vista branch] ( https://github.com/jart/cosmopolitan/tree/vista )
257
257
for a community supported version of Cosmopolitan that works on Windows
Original file line number Diff line number Diff line change 1
1
# Cosmopolitan Toolchain
2
2
3
3
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
5
5
AARCH64 architectures. In addition to letting you create portable
6
6
binaries, your toolchain is itself comprised of portable binaries,
7
7
enabling you to have a consistent development environment that lets you
You can’t perform that action at this time.
0 commit comments