                          Under support of OS2.Ru, Russian Team OS/2

FreeJFS project by Pasha Shtemenko
==================================


Installation how-to
-------------------

1.
First, you should have a version of OS/2 that supports JFS and LVM
(eComStation, OS/2 WarpServer for e-Business, probably Warp4 FP#14/15).

2.
Place FreeJFS.ifs to

<system drive>:\OS2

and ujfs.dll to

<system drive>:\OS2\DLL

(UJFS.DLl will replace standart ujfs.dll by IBM - backup it if you need).


3.
Open your CONFIG.SYS file and replace JFS.IFS with FreeJFS.IFS:

--- config.sys ---
rem IFS=x:\OS2\JFS.IFS /AUTOCHECK:* /CACHE:4096
IFS=E:\OS2\FreeJFS.IFS /AUTOCHECK:* /CACHE:4096
------------------

Note: Or just add second line from this example to CONFIG.SYS,
      if you dosn't use JFS before.

4. check that
loading of UNICODE.SYS driver in CONFIG.SYS is called before
loading of JFS.IFS.

--- example ---
DEVICE=X:\OS2\BOOT\UNICODE.SYS
IFS=X:\OS2\FreeJFS.IFS /AUTOCHECK:* /cache:4096
---------------

5. Reboot your system



