Remove WIP status from PFA API

This commit is contained in:
Alex Kotov 2021-12-14 05:04:32 +05:00
parent 3059ac1252
commit 42f13090c7
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ API
* [Simple command line parser](/include/kernaux/cmdline.h)
* [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h)
* [Serial console](/include/kernaux/console.h)
* [Page Frame Allocator](/include/kernaux/pfa.h) *(work in progress)*
* [Page Frame Allocator](/include/kernaux/pfa.h)
* [ELF utils](/include/kernaux/elf.h) *(work in progress)*
* [Architecture-specific helpers](/include/kernaux/arch/)
* [printf replacement](/include/kernaux/printf.h) *(work in progress)*