mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Add WIPs
This commit is contained in:
parent
2113e601c9
commit
a225d0b1d3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue