mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add a very untested ProDOS filesystem module.
This commit is contained in:
@@ -56,6 +56,8 @@ message CbmfsProto
|
||||
];
|
||||
}
|
||||
|
||||
message ProdosProto {}
|
||||
|
||||
message FilesystemProto
|
||||
{
|
||||
oneof filesystem
|
||||
@@ -67,5 +69,6 @@ message FilesystemProto
|
||||
AmigaFfsProto amigaffs = 5;
|
||||
MacHfsProto machfs = 6;
|
||||
CbmfsProto cbmfs = 7;
|
||||
ProdosProto prodos = 8;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user