Configure the 1680kB DMF format file system.

This commit is contained in:
dg
2023-05-06 18:11:24 +00:00
parent 0f9d851a29
commit 195534c21e
3 changed files with 17 additions and 1 deletions

View File

@@ -17,7 +17,14 @@ message AcornDfsProto
message Brother120FsProto {}
message FatFsProto {}
message FatFsProto {
optional uint32 cluster_size = 1
[ (help) = "cluster size (for new filesystems); 0 to select automatically",
default = 0 ];
optional uint32 root_directory_entries = 2
[ (help) = "number of entries in the root directory (for new filesystems); 0 to select automatically",
default = 0 ];
}
message CpmFsProto
{