Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-06 | make snprintf shared; dynamic resolution support | dzwdz | |
2022-08-05 | shared/printf: implement %d | dzwdz | |
2022-08-04 | user/tests: split the tests by parts of codebase | dzwdz | |
2022-08-03 | shared/printf: caching | dzwdz | |
Everything other than %s and %x outputs a single char at once. The speedup is easily visible when e.g. hexdumping. | |||
2022-08-03 | shared: clean up printf, %u support (amongst other things) | dzwdz | |
2022-07-16 | amd64: barely boot into kernel code | dzwdz | |
2022-04-14 | kernel: port init's `printf` implementation | dzwdz | |