1 Support for DragonflyBSD added by Tomi Tapper (tomi.o.tapper@jyu.fi). Tested 2 on DragonflyBSD version 3.0, but may work on other versions (earlier or later) 3 as well. Please test and report if possible. 4 5 For building xosview by hand, add these lines into .config. 6 7 CPPFLAGS += -I/usr/pkg/include 8 LDLIBS += -lkvm -lkinfo -ldevstat -L/usr/pkg/lib 9 10 11 ***************************************************************************** 12 Note: xosview needs to run 'setgid kmem' in order to access some of the 13 kernel information (at least until some more statistics are added to 14 the /kern or /proc file systems). If you do not have root or kmem 15 permission on the machine, xosview will not run. 16 *****************************************************************************