Welcome, Guest. Please login or register.

Author Topic: IDE-FIX troubles  (Read 3957 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show all replies
Re: IDE-FIX troubles
« on: October 08, 2004, 05:03:28 PM »
Hi Orjan,

if you have properly installed the IdeFix97 archive, you should have CacheCDFS in L: and atapi.device in Devs:

FileSystem     = L:CacheCDFS /* The name of the game */
    Device         = "atapi.device" /* Name of exec device driver */
    Unit           = X /* exec device unit */
    Flags          = 1 /* OpenDevice flags */
    BlocksPerTrack = 351000 /* Unused */
    BlockSize      = 2048 /* True, but unused */
    Mask           = 0x7ffffffe /* Memory mask for direct read */
    MaxTransfer    = 0x100000 /* Maximum amount of bytes for direct read */
    Reserved       = 0 /* Unused */
    Interleave     = 0 /* Unused */
    LowCyl         = 0 /* Unused */
    HighCyl        = 0 /* Unused */
    Surfaces       = 1 /* Unused */
    Buffers        = 50 /* Number of cache lines */
    BufMemType     = 1 /* MEMF_PUBLIC */
    GlobVec        = -1 /* Do not change! */
    Mount          = 1 /* Mount it immediately */
    Priority       = 10 /* Priority of FileSystem task */
    DosType        = 0x43443031 /* Currently unused */
    StackSize      = 3000 /* Minimum stack required is 3000! */
    Control        = "MD=1 LC=1 DC=8 L LV AL LFC=1 HR=.rsrc PROT=rweds"

Change "X" with the CD unit.

Then goto Prefs:CacheCDFS and run it.

Enable the 4Way adapter (EB standard)

You should have also, the first line in S-S

C:IDEFix

C:SetPatch SKIPROMUPDATES "scsi.device" QUIET

Bye