mirror of
https://github.com/taigrr/gopher-os
synced 2026-03-23 00:02:24 -07:00
545a18fcccda39b59343990ff3b4cd9149eed0d4
The implementation of Printf has been moved from the early package to the kfmt package. The dependency to ActiveTerminal has been removed and the code now uses an io.Writer for its output. As Go interfaces cannot be used before bootstrapping the Go runtime, the code uses a ring-buffer fallback for storing any kernel output emitted before that point.
Languages
Go
84.9%
ASL
10.2%
Assembly
4%
Makefile
0.9%