From 7e1ea736a29f105ce8ff209cd9eddfeccc3b3622 Mon Sep 17 00:00:00 2001 From: Christoffer Bubach Date: Fri, 16 Jan 2015 14:39:05 +0100 Subject: [PATCH] VFS --- kernel/vfs/vfs.asm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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: -- 2.52.0