b30163e91cf5dac67982dde87f29ec90d42424a2
[captive.git] / README
1 $Id$
2
3
4 Operation Captive, codename "captive"
5 -------------------------------------
6
7 Provides opensource interface to W32 filesystems. Some proprietary filesystem
8 datastructures can be realiably accessed by this project.
9
10
11 Bleeding Edge
12 -------------
13
14 cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs login
15                 Just hit ENTER (empty password)
16 cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -d captive priv/captive
17 cd captive
18 cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -d reactos -r captive -kk priv/reactos
19 ./autogen.pl
20 make
21 ./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/cdfs.sys    --cdrom --ro    /path/to/image.bin
22         or
23 ./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/fastfat.sys --disk  --blind /path/to/image.bin
24
25
26 Installation
27 ------------
28
29 See the file 'INSTALL'.
30
31
32 Copyright
33 ---------
34
35 See the file 'COPYING' and 'AUTHORS'.