Skip to content

miikaoskari/printk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

printk

the goal of this project is to add a small printk utility for my kernel project

included specifiers:

  • %d signed integer
  • %u unsigned integer
  • %x hexadecimal integer
  • %f decimal floating point
  • %c character
  • %s string of characters
  • %p pointer address

Releases

No releases published

Packages

No packages published

Languages