@Thomas
In the manual isn't discribed how I should edit cd0 file. I edited cd0.icon through workbench but I can also try it with this: "ed devs:dosdrivers/CD0".
When I edited cd0.icon I added this line:
Startup = "evolution.device 4 ROCKRIDGE LOWERCASE TRACKDISK"
It didn't work so I added everything else I had in mountlist before.
In manual there is nothing more than this:
The 'Startup' field in the MountList is a string with the following template:
D=DEVICE, U=UNIT/N, C=CHIP/S, F=FAST/S, DMA, ANY, RETRY/S, L=LOWERCASE/S, ML=MAYBELOWERCASE/S, R=ROCKRIDGE/S, T=TRACKDISK/S, MI=MACTOISO/S, CS=CONVERTSPACES/S, SV=SHOWVERSION/S, HF=HFSFIRST/S, SB=STDBUFFERS/K/N, FB=FILEBUFFERS/K/N, DE=DATAEXT/K, RE=RESOURCEEXT/K, SI=SCANINTERVAL/K/N, PC=PLAYCDDA/K, X=XPOS/K/N, Y=YPOS/K/N
Die loesung an deine Web Seite is fur WinUAE, Ich weiss nicht ob mir das hilft. Ich habe mehrmals AmiCDROM.guide gelesen und auch das probiert -> I habe cd0.icon editiert und das geschrieben:
Handler = L:AmiCDFS
Stacksize = 10000
Priority = 5
GlobVec = -1
Mount = 1
Startup = "evolution.device 4 ROCKRIDGE LOWERCASE TRACKDISK"
Soll Ich machen was in AmiCDFS.guide steht? ->
Step 1: Copy the supplied Mount and SetPatch commands to C.
Step 2: Copy SetCDFS to your C: drawer.
Step 3: Copy AmiCDFS to L:.
Step 4: Copy the CD0: mount entry file to DEVS:DOSDrivers and edit it as described in the next section.
Step 5: Copy def_CDDAdisk.info to ENVARC:sys/ if you wish to use CDDA disks. Set the Default Tool as described in a later section of this manual. If you are still using Kickstart 2.x copy WBStart-Handler to L:, else copy wbstart.library to LIBS:.
Step 6: Copy MCDPlayer wherever you want.
Step 7: Reboot your machine.
Your CD-ROM Mount file (e.g. DEVS:DosDrivers/CD0) should look like this:
/* $VER: CD0 2.40 (14.12.97)
*
* CD-ROM filesystem mount entry
*/
Device = evolution.device
Unit = 4
FileSystem = L:AmiCDFS
Flags = 0
BlocksPerTrack = 32
BlockSize = 2048
Reserved = 0
LowCyl = 0
HighCyl = 11000
Surface = 1
Buffers = 64
BufMemType = 1
Mask = 0x7fffffff
GlobVec = -1
Priority = 10
DosType = 0x43444653
StackSize = 600
Mount = 1
Control = "LC BL=8 FB=32"
/* Control field template:
*
* LC=LOWERCASE/S,CS=CASESENSE/S,
* LN=LONGNAMES/S,HF=HFSFIRST/S,TD=TRACKDISK/S,
* BL=BUFFERLINES/K/N,FB=FILEBUFFERS/K/N,
* DC=DISKCHANGE/K/N,MT=MOTORTIME/K/N,
* SD=STARTDELAY/K/N,TDC=TDCHANGE/S,
* TOSHIBA/S,OLDMODE/S
*/