FreeBSD萨比(三星先进的BIOS界面)的内核模块
资 源 简 介
To compile sabi kernel module install freebsd sources first. Then run
make
in directory of this module. If compilation was successful then
kldload ./sabi.ko
to load module. After it /dev/sabi should appear. You can use it to manage perfomance level and wireless status of your samsung notebook. Following commands are supported to manage perfomance level:
1. "normal" mode:
echo -n "a" > /dev/sabi
"auto" mode:
echo -n "b" > /dev/sabi
"overclocked" mode:
echo -n "c" > /dev/sabi
4.also you can use
echo -n "d" > /dev/sabi
and then
cat /dev/sabi
to get current state of perfomance level
Managing wireless status is similar:
1. turn wireless on:
文 件 列 表
bsdsabi
Makefile
README
sabi.c