mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Add default options to README.md
This commit is contained in:
parent
e73fa14d91
commit
0bf5d4b4be
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -15,6 +15,7 @@ Table of contents
|
||||||
* [API](#api)
|
* [API](#api)
|
||||||
* [Tips](#tips)
|
* [Tips](#tips)
|
||||||
* [Non-default options](#non-default-options)
|
* [Non-default options](#non-default-options)
|
||||||
|
* [Default options](#default-options)
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Development](#development)
|
* [Development](#development)
|
||||||
* [Cross](#cross)
|
* [Cross](#cross)
|
||||||
|
@ -88,6 +89,15 @@ are some non-default options:
|
||||||
* `--with[out]-libc-strcpy`
|
* `--with[out]-libc-strcpy`
|
||||||
* `--with[out]-libc-strlen`
|
* `--with[out]-libc-strlen`
|
||||||
|
|
||||||
|
### Default options
|
||||||
|
|
||||||
|
* `--with[out]-cmdline`
|
||||||
|
* `--with[out]-console`
|
||||||
|
* `--with[out]-elf`
|
||||||
|
* `--with[out]-multiboot2`
|
||||||
|
* `--with[out]-pfa`
|
||||||
|
* `--with[out]-units`
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue