; ;
;----------------------------------------------------------;
+
;---------------------------------------------;
; VFS main structure ;
;---------------------------------------------;
sizeof.VFS_filesystem = $-$$
end virtual
-
+ ;---------------------------------------------;
+ ; VFS structure pointer ;
+ ;---------------------------------------------;
VFS_structure dd 0
+
;--------------------------------------------------------------;
; init_vfs - detect connected drives ;
;--------------------------------------------------------------;
; ;
-; in: reg = pointer to VFS drive info ;
-; ;
-; out: reg = pointer to struct(s) if FAT12 found ;
+; out: cf = set if failed ;
; ;
;--------------------------------------------------------------;
init_vfs: