Reorganize README

This commit is contained in:
Alex Kotov 2020-11-30 06:21:22 +05:00 committed by GitHub
parent df96e1180f
commit b750a612d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 10 deletions

View File

@ -3,6 +3,22 @@ libkernaux
Auxiliary library for kernel development.
Table of contents
-----------------
* [Overview](#libkernaux)
* [Table of contents](#table-of-contents)
* [API](#api)
* [Tips](#tips)
* [Discussion](#discussion)
API
---
* [Architecture-specific helpers](/include/kernaux/arch/)
* [stdlib replacement](/include/kernaux/stdlib.h)
* `memset`
@ -14,16 +30,6 @@ Auxiliary library for kernel development.
Table of contents
-----------------
* [Overview](#libkernaux)
* [Table of contents](#table-of-contents)
* [Tips](#tips)
* [Discussion](#discussion)
Tips
----