Ignore 'CAPTIVE_XML_TEXT_READER_NODE_TYPE_SIGNIFICANT_WHITESPACE' of new lixml2.
[captive.git] / README
1 $Id$
2
3
4 Operation Captive, codename "captive"
5 -------------------------------------
6
7 Existing binary Microsoft Windows file system drivers were exploited
8 for accessing drives with possibly proprietary file system data structures.
9 Open file system API is provided to access these file system drivers.
10 Microsoft Windows system components required by these drivers
11 were analyzed and successfuly emulated in the GNU/Linux operating system.
12
13 The implementation allows applications running under the GNU/Linux operating
14 system to access NTFS drives. File system driver compatibility with VFAT,
15 ISO9660 and EXT2 is also provided.
16
17
18 Bleeding Edge
19 -------------
20
21 cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs login
22                 Just hit ENTER (empty password)
23 cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -d captive priv/captive
24 cd captive
25 cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -d reactos -r captive -kk priv/reactos
26 ./autogen.pl
27 make
28 ./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/cdfs.sys    --cdrom --ro    /path/to/image.bin
29         or
30 ./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/fastfat.sys --disk  --blind /path/to/image.bin
31         or
32 ./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/ntfs.sys --disk  --blind /path/to/image.bin
33
34
35 Installation
36 ------------
37
38 See the file 'INSTALL'.
39
40
41 Copyright
42 ---------
43
44 See the file 'COPYING' and 'AUTHORS'.