Projects > dmassage
dmassage - dmesg parser
This tool parses the dmesg of your OpenBSD system, and can do three things with that information:
dmassage is written in Perl.
Download dmassage-0.6
This tool parses the dmesg of your OpenBSD system, and can do three things with that information:
- make the kernel boot faster
- reduce kernel size
- show all devices in a tree-like hierarchy
dmassage is written in Perl.
Download dmassage-0.6
Changelog 2001-01-27 camield * version 0.6 - A dmesg can appear multiple times in a ringbuffer. Fix by using hash instead of array. Devices on the same level are now sorted alphabetically in the tree output. Reported by Andrey Smagin. 2002-01-25 camield * version 0.5 - combine tweakcompile and tweakboot - add documentation - add device tree output - release announcement on misc@openbsd.org