insmod mknod
insmod module
會在 /proc/devices/ 下產生 major number 及 device name
mknod 會使用 /proc/devices/ 下的 major number 在 /dev 建立 節點
reference:
https://www.cnblogs.com/wanghetao/archive/2012/06/02/2532183.html