无线通信的主要编程软件,是无线通信工作人员的必备工具,关天相关教程我会在后续传上.

源代码在线查看: ssp_load.sh

软件大小: 10033 K
上传用户: sgly2002
关键词: 无线通信 教程 编程软件
下载地址: 免注册下载 普通下载 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}
				
				
				
				
				
				
							

相关资源