1
0
Fork 0
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:
Alex Kotov 2022-01-10 21:03:37 +05:00 committed by GitHub
parent e73fa14d91
commit 0bf5d4b4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
``` ```