properly label PCFS mount type

now that we've got an open-source way of booting a cat-dev, and using
PCFS, we can confirm that this second mount source is indeed PCFS.
This commit is contained in:
Cynthia 2025-11-27 04:27:26 +00:00
parent e3ac119037
commit e4f29cb88e

View File

@ -193,7 +193,7 @@ typedef enum FSMediaState
typedef enum FSMountSourceType
{
FS_MOUNT_SOURCE_SD = 0,
FS_MOUNT_SOURCE_UNK = 1,
FS_MOUNT_SOURCE_PCFS = 1,
} FSMountSourceType;
typedef enum FSOpenFileFlags