aboutsummaryrefslogtreecommitdiff
path: root/include/apos/bits.h
AgeCommit message (Collapse)Author
2022-05-24change bit utils to not be __*Kimplul
2022-05-22add @file info to all filesKimplul
+ Next step, start documenting contents of each file.
2022-04-17improve node subsysKimplul
+ More robust alignment and less memory usage for status, from enum to bit
2022-04-10add basic ubsan and fix issues reported by itKimplul
2022-04-10add clang format and run itKimplul
2022-01-07Merged bits.h and bytes.hKimplul
2021-09-12Initial physical page managerKimplul
+ Will probably still need a fair bit of tweakind and documentation improvements, but seems to work outside of the kernel. Also no valgrind errors, which is quite promising I guess.
2021-08-30Initial formatted debug outputKimplul
+ Mostly follows the POSIX printf, with the exceptions of no floating points and `X` signifies binary instead of uppercase hex