home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / misc / 5657 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.9 KB

  1. Path: sparky!uunet!inmos!wraxall.inmos.co.uk!frogland!des
  2. Newsgroups: comp.os.ms-windows.misc
  3. From: des@inmos.co.uk (David Shepherd)
  4. Subject: Re: Windows NT
  5. Message-ID: <1992Dec21.154448.18823@wraxall.inmos.co.uk>
  6. X-Newsreader: TIN [version 1.1 PL8]
  7. References: <3371.2B34C4CD@catpe.alt.za>
  8. Date: Mon, 21 Dec 92 15:44:47 GMT
  9. Lines: 33
  10.  
  11. Vassilo Walluschnig (Vassilo.Walluschnig@f55.n7101.z5.fidonet.org) wrote:
  12. : Hi All,
  13.  
  14. :   Okay, I got a question for all those people "in the know" about
  15. :   Windows NT. What would happen while running NT on a RISC machine, say
  16. :   the DEC Alpha, and running a DOS application in NT, and that DOS
  17. :   application makes a direct call to the video card? How would NT go
  18. :   about handling such a situation? Would it hang the application
  19. :   or would NT come back saying that it cannot run the program and
  20. :   promptly shuts the application down?
  21.  
  22. i'd expect that NT would stop the program with a memory protection 
  23. violation. NT, like OS/2, and unlike DOS is a "real" OS where things
  24. like i/o are handled via system calls to drivers ... writing directly
  25. to a device register is not allowed.
  26.  
  27. :   Surely the video card on the RISC machine is not the same as those
  28. :   on the Intel machines? Or have I missed something?
  29.  
  30. no, and that's why the it is hidden behind a driver interface. in that
  31. way a program running on any machine sees the same interface with the
  32. device drivers. the device drivers are then responsible for controlling
  33. the devices.
  34.  
  35. this is similar to the way that under windows any program has a 
  36. standard printer driver that it can use rather than having to have
  37. each application come with its own printer driver.
  38.  
  39. --
  40. --------------------------------------------------------------------------
  41. david shepherd: des@inmos.co.uk                     tel: 0454-616616 x 625
  42.                 inmos ltd, 1000 aztec west, almondsbury, bristol, bs12 4sq
  43.                 1992: celebrate the quincentenary of columbus getting lost
  44.