Changes

FutureOS

439 bytes added, 01:46, 15 January 2009
one of the fastest FDC routines
The file system is compatible with the CPCs native data-, file- and format structures (f. e. File header, Disc formats). FutureOS supports the Data, IBM, System, Vendor and Vortex disc formats.
Filenames can use all 256 different characters and user areas from 0 to 254 (except for &E5, which is reserved for deleted files). Unlike Amsdos, a file that is erased under FutureOS is not shifted to user &E5, but is physically removed from the directory. File headers are displayed as AmsDOS files or the icon-like file-header of a FutureOS program. An AmsDOS file header has 128 bytes of which are unused. FutureOS makes use of those unused bytes so that files have a length definition of 24bit and can have a physical RAM select. Therefore a file can be defined to be loaded everywhere in the external RAM. Also a FutureOS file-header can contain a graphical icon, a textual icon or a short description of the file. FutureOS includes one of the fastest FDC-based disc- and file-reading and writing routines ever written for the CPC. This is possible by ignoring the interleave factor, reading one physical sector directly after each other to the correct position in memory but also by just starting with the first appearing sector of every new track. With an increased track step rate it's even faster than optimized copy programs like Crowns' [[Crime]].
== Hardware ==