]> wirehaze git hosting - BOS.git/blobdiff - kernel/vfs/vfs.asm

wirehaze git hosting

VFS
[BOS.git] / kernel / vfs / vfs.asm
index 3742be6f50c6df6af7f37af9d4f05b9410f3c15c..057132764221886491ef65042a551c04d5fd799f 100644 (file)
@@ -6,6 +6,7 @@
 ;                                                          ;
 ;----------------------------------------------------------;
 
 ;                                                          ;
 ;----------------------------------------------------------;
 
+
     ;---------------------------------------------;
     ;   VFS main structure                        ;
     ;---------------------------------------------;
     ;---------------------------------------------;
     ;   VFS main structure                        ;
     ;---------------------------------------------;
         sizeof.VFS_filesystem = $-$$
     end virtual
 
         sizeof.VFS_filesystem = $-$$
     end virtual
 
-
+    ;---------------------------------------------;
+    ;   VFS structure pointer                     ;
+    ;---------------------------------------------;
     VFS_structure             dd 0
 
     VFS_structure             dd 0
 
+
 ;--------------------------------------------------------------;
 ;   init_vfs  -  detect connected drives                       ;
 ;--------------------------------------------------------------;
 ;                                                              ;
 ;--------------------------------------------------------------;
 ;   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:
 ;                                                              ;
 ;--------------------------------------------------------------;
 init_vfs: