From: Christoffer Bubach Date: Fri, 16 Jan 2015 13:39:05 +0000 (+0100) Subject: VFS X-Git-Url: https://git.wirehaze.ovh/BOS.git/commitdiff_plain/7e1ea736a29f105ce8ff209cd9eddfeccc3b3622?hp=feb10bb68651e7dbfc922639f9f16861c1af93bf VFS --- 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: