aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-02 12:59:42 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-02 12:59:42 +0100
commit00a6809d946f2a641ed071fed4a90c3b6848c488 (patch)
tree76ed471c2f2ad1231ad18270741288c187fc21b0 /README
parentcopyo (diff)
downloadslibc-00a6809d946f2a641ed071fed4a90c3b6848c488.tar.gz
slibc-00a6809d946f2a641ed071fed4a90c3b6848c488.tar.bz2
slibc-00a6809d946f2a641ed071fed4a90c3b6848c488.tar.xz
m readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 301edad..66303d8 100644
--- a/README
+++ b/README
@@ -37,3 +37,14 @@ name starts with `slibc-`. Headers starting with
`slibc/` are not extensions, those are internals
that may change at any time.
+
+Writing a C standard library is a massive task.
+As I only have x86_64 hardware, I will require
+help write the assembly code for other hardware.
+I also need help writing the texinfo manual and
+example code for functions, help figuring out
+the correct feature-test macros for all functions,
+their etymology, and in which libc implementions
+they appear. Help optimising all functions would
+also be appreciated.
+