Fixed missing 'DriverEntry_RegistryPath' registry path for W32 filesystem
authorshort <>
Mon, 4 Nov 2002 09:40:40 +0000 (09:40 +0000)
committershort <>
Mon, 4 Nov 2002 09:40:40 +0000 (09:40 +0000)
doc/FAQ
src/libcaptive/client/init.c

diff --git a/doc/FAQ b/doc/FAQ
index bdf62b0..6538502 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -213,6 +213,10 @@ A: W32 uses
 Q: Why do you call the platform "W32"?
 A: http://mail.gnu.org/pipermail/libtool/2000-September/000110.html
 
+Q: What captive-specific W32 registry entries do you use?
+A: "\captive\filesystem"    as the base path for the loaded W32 filesystem
+   "\captive\storage\cdrom" as the base path for the "\Device\CdRom%d" captive/storage/cdrom.c
+
 Eric Kohl, reactos developer:
        ..." and ReactOS cannot run on Linux!"
        "ReactOS won't run on Linux because of direct hardware access!"
index 20d05fc..27cdb6f 100644 (file)
@@ -116,7 +116,7 @@ IO_STATUS_BLOCK root_IoStatusBlock;
                        &ModuleObject,  /* ModuleObjectp */
                        captive_utf8_to_UnicodeString_alloca(fs_path),  /* ModuleName */
                        &DriverObject,  /* DriverEntry_DriverObject */
-                       captive_utf8_to_UnicodeString_alloca("\\FIXME\\FIXME"));        /* DriverEntry_RegistryPath */
+                       captive_utf8_to_UnicodeString_alloca("\\captive\\filesystem")); /* DriverEntry_RegistryPath */
        g_return_val_if_fail(NT_SUCCESS(err),FALSE);
        
        /* Do not supply plain "\\Cdfs" as 'ObjectName' as