On 32-bit systems, a WD 1770 or 1772 was initially used as a floppy controller on the early machines of the range. Later models utilised a PC style multi-I/O controller requiring slight changes to ADFS. In addition to legacy support for the 'L'-type format,
Arthur and later
RISC OS provided enhanced formats which overcome the limitations of the BBC Micro. Arthur added
D format with 77 entries per directory as opposed to the previous 47, also usable on hard discs and a new 800 KB double-density floppy format. A per-file "type" attribute was added in space previously used to store Load and Execute addresses. The 12 bits of type information is used to denote the contents or intended use of a file, typically presented as three
hexadecimal digits. This is similar to the 32-bit type attributes stored in Apple's
HFS file system, and conceptually comparable to the more general use of
MIME Types by the
Be Operating System (BeOS), or
magic numbers in Unix systems (though the latter is stored as part of the file, not as metadata). RISC OS brought in
E and
F format for double-density discs and high-density discs/hard disc drives respectively. These formats support file fragmentation (with the so-called "new map"), storage of multiple files per fragment and storage of small files in directory tables. The allocation strategy is optimised to minimise fragmentation, and sometimes performs defragmentation as part of a file storage operation. RISC OS 4 added
E+/F+ format which allowed for long filenames and more than 77 files per directory. More recent versions of RISC OS, including those for
Iyonix, continue to provide ADFS, and have further extended it to cope with larger hard disc sizes. Unlike the 8-bit implementation, ADFS as implemented on RISC OS is not monolithic. A system module called "ADFS" provides no more than the block driver and user interfaces, where the "FileCore" module contains the actual file system implementation, and FileSwitch contains the VFS and high-level file-access API implementations. This allows for other hardware to use the ADFS format easily, such as IDEFS (commonly used for IDE add-on cards), SCSIFS, and the network-aware AppFS. FileCore and FileSwitch's functions are in some ways similar to the IFS and IO system managers in Windows NT. This flexibility has allowed other filing systems to be implemented into RISC OS relatively easily. ==Support for ADFS on other platforms==