mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 11:48:30 +00:00
Improve documentation
The Cosmo API documentation page is pretty good now https://justine.lol/cosmopolitan/documentation.html
This commit is contained in:
parent
13437dd19b
commit
1bc3a25505
367 changed files with 2542 additions and 26178 deletions
|
@ -61,6 +61,11 @@
|
|||
│ cosmopolitan § bell system five » system call support ─╬─│┼
|
||||
╚────────────────────────────────────────────────────────────────────────────│*/
|
||||
|
||||
.initbss 300,_init_systemfive
|
||||
__hostos:
|
||||
.quad 0
|
||||
.endobj __hostos,globl,hidden
|
||||
|
||||
/ Performs System Five System Call.
|
||||
/
|
||||
/ Cosmopolitan is designed to delegate all function calls into the
|
||||
|
@ -83,10 +88,6 @@
|
|||
/ @return %rax:%rdx is result, or -1 w/ errno on error
|
||||
/ @clob %rcx,%r10,%r11
|
||||
/ @see syscalls.sh
|
||||
.initbss 300,_init_systemfive
|
||||
__hostos:
|
||||
.quad 0
|
||||
.endobj __hostos,globl,hidden
|
||||
__systemfive:
|
||||
.quad 0
|
||||
.endobj __systemfive,globl,hidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue