1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-17 15:45:32 -05:00
This commit is contained in:
Alex Kotov 2022-01-14 10:48:29 +05:00
parent 2113e601c9
commit a225d0b1d3

View file

@ -37,16 +37,16 @@ API
* [Guards](/examples/assert_guards.c) * [Guards](/examples/assert_guards.c)
* Stack trace *(planned)* * Stack trace *(planned)*
* Device drivers (for debugging only) * Device drivers (for debugging only)
* [Serial console](/include/kernaux/console.h) * [Serial console](/include/kernaux/console.h) *(work in progress)*
* [Framebuffer](/include/kernaux/framebuffer.h) *(planned)* * [Framebuffer](/include/kernaux/framebuffer.h) *(planned)*
* USB *(planned)* * USB *(planned)*
* Algorithms * Algorithms
* [Simple command line parser](/include/kernaux/cmdline.h) * [Simple command line parser](/include/kernaux/cmdline.h)
* [Example](/examples/cmdline.c) * [Example](/examples/cmdline.c)
* [Page Frame Allocator](/include/kernaux/pfa.h) * [Page Frame Allocator](/include/kernaux/pfa.h) *(work in progress)*
* [Example](/examples/pfa.c) * [Example](/examples/pfa.c)
* Data formats * Data formats
* [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h) * [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h) *(work in progress)*
* Stivale 2 (Limine) information parser *(planned)* * Stivale 2 (Limine) information parser *(planned)*
* [ELF utils](/include/kernaux/elf.h) *(work in progress)* * [ELF utils](/include/kernaux/elf.h) *(work in progress)*
* Utilities * Utilities