Filled in project description text
[captive.git] / README
diff --git a/README b/README
index 0918684..3d411aa 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,18 @@
+$Id$
+
+
 Operation Captive, codename "captive"
 -------------------------------------
 
-Provides opensource interface to W32 filesystems. Some proprietary filesystem
-datastructures can be realiably accessed by this project.
+Existing binary Microsoft Windows file system drivers were exploited
+for accessing drives with possibly proprietary file system data structures.
+Open file system API is provided to access these file system drivers.
+Microsoft Windows system components required by these drivers
+were analyzed and successfuly emulated in the GNU/Linux operating system.
+Currently the implementation allows applications running under the GNU/Linux
+operating system to access VFAT, ISO9660 and EXT2 drives. NTFS file system
+capability target is the final goal being currently developed on the base
+of this project assets.
 
 
 Bleeding Edge
@@ -11,11 +21,13 @@ Bleeding Edge
 cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs login
                Just hit ENTER (empty password)
 cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -d captive priv/captive
-cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -d captive/reactos -r captive -kk priv/reactos
 cd captive
+cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -d reactos -r captive -kk priv/reactos
 ./autogen.pl
 make
-./src/client/cmdline/captivecmdline path/to/some/driver.sys
+./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/cdfs.sys    --cdrom --ro    /path/to/image.bin
+       or
+./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/fastfat.sys --disk  --blind /path/to/image.bin
 
 
 Installation