Skip to content

Commit

Permalink
Cosmopolitan 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed May 17, 2021
1 parent 1a3d22b commit 7cbc2bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ If you're doing your development work on Linux or BSD then you need just
five files to get started. Here's what you do on Linux:

```sh
wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.3.zip
unzip cosmopolitan-amalgamation-0.3.zip
wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-1.0.zip
unzip cosmopolitan-amalgamation-1.0.zip
printf 'main() { printf("hello world\\n"); }\n' >hello.c
gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
-fno-omit-frame-pointer -pg -mnop-mcount \
Expand Down Expand Up @@ -72,8 +72,8 @@ repository that bootstraps using a vendored static gcc9 executable.
No further dependencies are required.

```sh
wget https://justine.lol/cosmopolitan/cosmopolitan-0.3.tar.gz
tar xf cosmopolitan-0.3.tar.gz # see releases page
wget https://justine.lol/cosmopolitan/cosmopolitan-1.0.tar.gz
tar xf cosmopolitan-1.0.tar.gz # see releases page
cd cosmopolitan
make -j16
o//examples/hello.com
Expand Down
4 changes: 2 additions & 2 deletions tool/net/redbean.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,9 @@ static void ProgramPort(long x) {

static void SetDefaults(void) {
#ifdef STATIC
ProgramBrand("redbean-static/0.4");
ProgramBrand("redbean-static/1.0");
#else
ProgramBrand("redbean/0.4");
ProgramBrand("redbean/1.0");
#endif
__log_level = kLogInfo;
maxpayloadsize = 64 * 1024;
Expand Down

0 comments on commit 7cbc2bc

Please sign in to comment.