aboutsummaryrefslogtreecommitdiff
path: root/common/debug.c
AgeCommit message (Collapse)Author
2021-09-19Added fdt debug capabilityKimplul
+ For future reference, apos now requires initrd to be found in fdt.
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
2021-08-26Added debug flags and simple debug serial driverKimplul