Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
Antey edited this page Sep 13, 2010 · 21 revisions

About 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/

DST kernel module

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

DST userspace program

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

Related links

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

Clone this wiki locally