From 0bf5d4b4bef75b62d7424be5d65b38189986842e Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 10 Jan 2022 21:03:37 +0500 Subject: [PATCH] Add default options to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 911f438..d1b0454 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Table of contents * [API](#api) * [Tips](#tips) * [Non-default options](#non-default-options) + * [Default options](#default-options) * [Installation](#installation) * [Development](#development) * [Cross](#cross) @@ -88,6 +89,15 @@ are some non-default options: * `--with[out]-libc-strcpy` * `--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 ```