]> wirehaze git hosting - BOS.git/commitdiff

wirehaze git hosting

VFS
authorChristoffer Bubach <christoffer@ridestore.com>
Fri, 16 Jan 2015 13:39:05 +0000 (14:39 +0100)
committerChristoffer Bubach <christoffer@ridestore.com>
Fri, 16 Jan 2015 13:39:05 +0000 (14:39 +0100)
kernel/vfs/vfs.asm

index 3742be6f50c6df6af7f37af9d4f05b9410f3c15c..057132764221886491ef65042a551c04d5fd799f 100644 (file)
@@ -6,6 +6,7 @@
 ;                                                          ;
 ;----------------------------------------------------------;
 
+
     ;---------------------------------------------;
     ;   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: