mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 08:54:31 -08:00
I added util::format as a replacement for other printf implementations last year, but it sat there only being used by the kernel all this time. Now I've templated it so that it can be used by the bootloader, and removed printf from panic.serial as well.