home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / win32 / 916 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!leehart
  3. From: leehart@microsoft.com (Lee Hart)
  4. Subject: Re: Loading device drivers before Flexboot
  5. Message-ID: <1992Sep11.122651.4382@microsoft.com>
  6. Date: 11 Sep 92 12:26:51 GMT
  7. Organization: Microsoft Corp.
  8. Keywords: NT
  9. References: <1992Sep10.174706.9513@utdallas.edu>
  10. Lines: 25
  11.  
  12. In article <1992Sep10.174706.9513@utdallas.edu>, paschall@utdallas.edu (Dwayne Paschall) writes:
  13. > I have a couple of questions that someone may have solutions. I need to 
  14. > load a couple of device drivers before the Flexboot load NT (or DOS). I 
  15. > tried putting them in config.nt and autoexec.nt. Soem of them loaded, 
  16. > but the last one or two did not (this also prevented Flexboot from loading). 
  17. > Does anyone have suggestions for work-arounds (other than "ask the 
  18. > Compu$erve forum")?
  19. > Let me know direct if you do!!
  20.  
  21. Let me guess what you are really trying to do:  You have either a strange 
  22. partitioning scheme that requires a device driver, or you are using a
  23. disk compression utility to compress your data on your drive.  You want to
  24. put Windows NT on this partition.  At this time, this will not work.
  25.  
  26. NTLDR (and NTDETECT.COM) are not MS-Dos apps - they are 'BIOS' apps, since
  27. the only APIs they call are the BIOS APIs, to read from the disk, query
  28. the system, etc.  As a result, they do not support device drivers, with
  29. the exception of NTBOOTDD.SYS, which is the SCSI miniport driver for
  30. your SCSI card (this file is optional in most cases)
  31.  
  32. And yes, Compuserve is the best place to get support at this time.
  33.  
  34. Lee
  35. I can't always speak for myself; how could I speak for Microsoft?
  36.