You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2021. It is now read-only.
Fixed#2 -- use a stack buffer for formatting strings in printk (#7)
* Fixed#2 -- use a stack buffer for formatting strings in printk
This avoids a malloc
* fixes
* more compilation fixes
* oops, fix how we call this
* sigh, weird scoping for macros
* sigh, scoping, update use
* Remove unused imports
* fixed output length
* rustfmt
* apparently this isn't required?
* simplify with cmp::min
* review comments
* all our printks are kern_info
0 commit comments