tinyos最新版

源代码在线查看: ssp_load.sh

软件大小: 24544 K
上传用户: ywc123456
关键词: tinyos
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/sh
				module="stargate_ssp"
				device="ssp"
				
				# invoke insmod with all arguments we got
				# and use a pathname, as newer modutils don't look in . by default
				/sbin/insmod -f ./stargate_ssp.o $* || exit 1
				
				rm -f /dev/${device}[0-7]
				mknod /dev/${device} c $major 0
				
				chmod 644 /dev/${device}
				
				
				
				
				
				
							

相关资源