X-Git-Url: https://git.wirehaze.ovh/BOS.git/blobdiff_plain/e751bf401d777584d0f7cb58ebc233b48d9c669f..dee16d0837ac9c6127a592ddf9b7aec86acc68e1:/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: