From b40950a3a719c17c5380cab5af3925552e41ca8a Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Sat, 21 Jan 2023 12:59:03 -0500 Subject: [PATCH] Create ab-file-organization.md --- _pages/docs/techref/ab-file-organization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/docs/techref/ab-file-organization.md b/_pages/docs/techref/ab-file-organization.md index bc4ccb8..ff17fd1 100644 --- a/_pages/docs/techref/ab-file-organization.md +++ b/_pages/docs/techref/ab-file-organization.md @@ -180,7 +180,7 @@ permalink: /docs/techref/file-organization/

file_name (15 bytes): The first n bytes of this field, where n is specified by name_length, contain the volume's name. This name must conform to the filename (volume name) syntax explained in Chapter 2. The name does not begin with the slash that usually precedes volume names. This field can be changed by the RENAME call.

-

reserved (8 bytes): Reserved for future expansion of the file system.

+

reserved (8 bytes): Reserved for future expansion of the file system. The reserved bytes must be set in order to prevent I/O ERROR on read. The bytes are as follows: $75, version ($23 in the last version released by Apple), min_version (up to ProDOS 2.4 this is $00), $00, $C3, $27, $0D, $00

creation (4 bytes): The date and time at which this volume was initialized. The format of these bytes is described in Section B.4.2.2.