Skip to content

Implements a interface `printtty` to print to current TTY, which makes the kernel debugging more convenient!~

License

Notifications You must be signed in to change notification settings

qweeah/printtty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printtty

This is a simple module with a interface printtty to print to current TTY, which makes the kernel debugging more convenient!~

Use this module as an external one

  1. add KBUILD_EXTRA_SYMBOLS := <path-to-printtty>/Module.symvers at the very top of your Makefile, divided paths by space

  2. make

P.S. Don't use obsolete Module.symvers

About

Implements a interface `printtty` to print to current TTY, which makes the kernel debugging more convenient!~

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published