-
Notifications
You must be signed in to change notification settings - Fork 0
DST
What is DST read here: Link1, Link2
And russian variant: http://www.opennet.ru/opennews/art.shtml?num=17605
Sources: http://tservice.net.ru/~s0mbre/blog/devel/dst/
Use this command to download: git clone http://www.ioremap.net/git/dst.git
Here it is: /lib/modules/2.6.31-14-generic/kernel/drivers/staging/dst
How to start kernel module: (You should log in as “root” user)
To start module: modprobe
To stop module: modprobe -r
List of all modules: modprobe -l
List of running modules: lsmod
To get short info on module: modinfo
Use this command to download: git clone http://www.ioremap.net/git/dst-usrspace.git
Open MakeFile, erase second line (KDIR := *)
Start it and be happy)))
Some documentation you can find in EXAMPLES
Here is some more information: http://sisyphus.ru/ru/srpm/Sisyphus/dst
You can find it useful: http://www.ibm.com/developerworks/ru/linux/
In particular: http://www.ibm.com/developerworks/ru/library/l-auto-deploy-vm/index.html