Displaying 1 result from an estimated 1 matches for "19f4010a".
Did you mean:
19f4010
2019 Feb 01
0
[klibc:master] README.klibc: Replace list with sections and headings
...o multiple sections
with headings.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/klibc/README.klibc | 67 ++++++++++++++++++++++++++++++--------------------
1 file changed, 41 insertions(+), 26 deletions(-)
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 19f4010a..59ffd351 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -1,39 +1,49 @@
+Introduction
+============
+
This is klibc, what is intended to be a minimalistic libc subset for
use with initramfs. It is deliberately written for small size,
minimal entanglement, and portability, n...