=== Catalog structure ===
It In CP/M, files are stored on disks in a flat structure and can only be organized using USER numbers. CP/M does not have a hierarchical directory structure like newer operating systems. The catalog structure supports up to 64 entries of 32 bytes. A file larger than 16KB will require multiple entries in the catalog.
{| class="wikitable"
|}
NotesNote:* Each file is usually stored with an [[AMSDOS Header]] but can also be headerless.* In CP/M, files are stored on disks in a flat structure and can only be organized using USER numbers. CP/M does not have a hierarchical directory structure like newer operating systems.
==== CAT'art ====