From 42f13090c7113025264a90b8c17e5e07febf4d0b Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 14 Dec 2021 05:04:32 +0500 Subject: [PATCH] Remove WIP status from PFA API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2808f5..a438872 100644 --- a/README.md +++ b/README.md @@ -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)*