mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 19:00:27 +00:00
adjust README linebreaks
This commit is contained in:
parent
cab8a67059
commit
0fe0c7ef00
1 changed files with 5 additions and 4 deletions
|
@ -57,10 +57,11 @@ sudo sh -c 'echo -1 >/proc/sys/fs/binfmt_misc/status'
|
||||||
|
|
||||||
Since we used the `ape-no-modify-self.o` bootloader (rather than
|
Since we used the `ape-no-modify-self.o` bootloader (rather than
|
||||||
`ape.o`) your executable will not modify itself when it's run. What
|
`ape.o`) your executable will not modify itself when it's run. What
|
||||||
it'll instead do, is extract a 4kb program (the [APE loader](https://justine.lol/apeloader/)) to
|
it'll instead do, is extract a 4kb program (the [APE loader](https://justine.lol/apeloader/))
|
||||||
`${TMPDIR:-${HOME:-.}}` that maps your program into memory without
|
to `${TMPDIR:-${HOME:-.}}` that maps your program into memory without
|
||||||
needing to copy it. The APE loader must be in an executable location (e.g. not
|
needing to copy it. The APE loader must be in an executable location
|
||||||
stored on a `noexec` mount) for it to run. See below for alternatives:
|
(e.g. not stored on a `noexec` mount) for it to run. See below for
|
||||||
|
alternatives:
|
||||||
|
|
||||||
It's possible to install the APE loader systemwide as follows.
|
It's possible to install the APE loader systemwide as follows.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue