X-Git-Url: https://git.wirehaze.ovh/BOS.git/blobdiff_plain/feb10bb68651e7dbfc922639f9f16861c1af93bf..7e1ea736a29f105ce8ff209cd9eddfeccc3b3622:/kernel/vfs/vfs.asm diff --git a/kernel/vfs/vfs.asm b/kernel/vfs/vfs.asm index 3742be6..0571327 100644 --- a/kernel/vfs/vfs.asm +++ b/kernel/vfs/vfs.asm @@ -6,6 +6,7 @@ ; ; ;----------------------------------------------------------; + ;---------------------------------------------; ; VFS main structure ; ;---------------------------------------------; @@ -68,16 +69,17 @@ 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: