blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
TechJude

Trying to learn new things, and applying them is what makes life COOL!
TechJude Blog  
Related Blogs
previous blog next blog
7.7
very good
based on editor's review


recent postsrss feed

Little Sugar: Creating a device node

Sep 14, 2009
To create a device node use mknod mknod /dev/mem c 1 1 here the device name is /dev/mem c represents character device this can be block device also the first 1 represents the major number the second 1 represents the minor number

Little Sugar: FreeBSD total RAM

Sep 14, 2009
to find out the total RAM installed on your FreeBSD box use something like this sysctl hw.physmem


Comments & Reviews:
Be the First to Review this Blog!