Reorder README

This commit is contained in:
Alex Kotov 2020-11-30 06:27:55 +05:00 committed by GitHub
parent 650c7af705
commit 51618c63d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,8 @@ Table of contents
API
---
* [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h)
* [Page Frame Allocator](/include/kernaux/pfa.h) *(work in progress)*
* [Architecture-specific helpers](/include/kernaux/arch/)
* [stdlib replacement](/include/kernaux/stdlib.h) (with prefix):
* `NULL`
@ -27,8 +29,6 @@ API
* `strlen`
* `strncpy`
* `itoa` *(incomplete)*
* [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h)
* [Page Frame Allocator](/include/kernaux/pfa.h) *(work in progress)*