mirror of
https://github.com/taigrr/gopher-os
synced 2026-03-23 01:12:26 -07:00
The kfmt/early package provides a minimal printf implementation that does not use memory allocations (everything is allocated on the stack). This implementation can be used to emit debug messages before the memory manager is initialized.