mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Configure the 1680kB DMF format file system.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user