Commit Graph

6 Commits

Author SHA1 Message Date
Alex Kotov 5ea65b6b0c
Fix free list (#113) 2022-11-27 19:31:56 +04:00
Alex Kotov 6d5c3740a9
Align free list nodes (#101) 2022-06-27 11:54:16 +00:00
Alex Kotov febd43c987
Add macro `KERNAUX_CONTAINER_OF` (#100)
* Add macro KERNAUX_CONTAINER_OF
* Add includes
* Add "examples/macro_container_of"
2022-06-27 14:08:32 +03:00
Alex Kotov f5ae8400c0
Implement realloc (#99) 2022-06-27 13:32:41 +03:00
Alex Kotov 0922a18e70
Maintenance (#98)
* Fix copyright
* Remove thanks
* Update CONTRIBUTING.md
* Remove bitfields from struct KernAux_Arch_I386_TSS
* Change description of package "mbr"
* Make generic file stable
* Rename printf examples
2022-06-25 20:28:28 +00:00
Alex Kotov 2ad235f319
Rename memory allocator to free list (#90) 2022-06-22 09:39:53 +00:00