📄 memtest_load.sh
字号:
#!/bin/sh# invoked as memtest_load id type bmajor cmajorDEBUG=:${DEBUG} echo memtest_load $*id=$1type=$2bmajor=$3cmajor=$4special=/dev/memtestID=memtestIDif [ $type != 12345607 ]then echo "$0: unexpected type ($type, not 12345607)." exit 1fiecho $id > $IDrm -f $specialmknod $special c $cmajor 0${DEBUG} echo Driver $id is the memtest driver:${DEBUG} modstat -id $idexit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -