home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / misc / 2517 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.6 KB

  1. Path: sparky!uunet!math.fu-berlin.de!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!dfv.rwth-aachen.de!sungate.fido.de!p1.hippo.fido.de!eurologic.fido.de!Martin_Schloeter
  2. Date: Fri, 28 Aug 92 09:48:44 +0200
  3. From: Martin_Schloeter@eurologic.fido.de (Martin Schloeter)
  4. Subject: Re: Windows == OS
  5. Message-ID: <197a1eec@p3.f67.n245.z2.fidonet.org>
  6. Newsgroups: comp.os.ms-windows.misc
  7. X-Comment-To: tguez@jade.tufts.edu (Name)
  8. Organization: Die ersten 100.000 Jahre... 
  9. Lines: 21
  10.  
  11. N > True.  Yet these are specifics that you'll have to check in the source
  12. N > code for windows.  The fact that MS says in their manuals that each
  13. N > application has a stack does not mean that this is literally true.
  14. Meanwhile only speculating or what? There are different stack. I know it and 
  15. you can believe it.
  16. On the other side - did you really see the code of Unix with the different 
  17. stack. Have you ever seen that earth is a ball. Do you really believe, that 
  18. earth is not the center of the universe...
  19. N > About the heap there is no problem there at all, all window's
  20. N > appliation and DOS applications share one single huge heap which is
  21. N > exactly the DOS's heap starting at the end of the DOS code+data (I
  22. N > think at the beginning of physical memory) and end at the end of the
  23. N > real memory.  
  24. No! NO! Every Windows app has an additional Local Heap. And the Windows heap is 
  25. NOT the DOS heap. The DOS heap is real mode only with max. 640K size (technical 
  26. would be 1MB possible, but the architecture of the PC..blabla). The Windows 
  27. heap is protected mode and uses all physical available memory plus virtual 
  28. memory on disk. There are different adressing mechanisms and so on.
  29.  
  30.  
  31. Martin
  32.