Results 1 to 5 of 5
Dear All,
Currently I am studying about Kernel Space drivers and there i have came across the term Kernel Ring Buffer, 'dmesg' command either control or print the Kernel Ring ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-30-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 74
What Kernel Ring Buffer Contains?
Dear All,
Currently I am studying about Kernel Space drivers and there i have came across the term Kernel Ring Buffer, 'dmesg' command either control or print the Kernel Ring Buffer, so i want to know that what exactly the Kernel Ring Buffer contains? what are the contents inside the Kernel Ring Buffer?
Thanks,
Nishant
- 08-30-2006 #2AFAIK It is a log buffer. It contains messages from the kernel, from modules, etc.
Originally Posted by Nishant Desai
Best Regards
- 08-30-2006 #3Just Joined!
- Join Date
- Jun 2006
- Posts
- 74
Dear fernape,
Originally Posted by fernape
Thanks for the info dude, i want to know that this messaes are of which type? are they about the devices or notifications or modules of the kernel?, basically which kind of messages are they?
Thanks,
Nishant
- 08-31-2006 #4
Basically they are debuggin messages. For example when a new filesystem is registered in the kernel due to a module loading. Sometimes it provides non-severe errors messages like an Oops. That kind of things.
Also if you write a kernel module and use the printk function your message will be displayed with dmesg.
Best Regards
- 08-31-2006 #5Just Joined!
- Join Date
- Jun 2006
- Posts
- 74
Hey Dude,
Originally Posted by fernape
Thanks for the info man, that is what i was looking for that which kind of messages this command generates...
Thanks,
Nishant


Reply With Quote
