home *** CD-ROM | disk | FTP | other *** search
/ C/C++ User's Journal & Wi…eveloper's Journal Tools / C-C__Users_Journal_and_Windows_Developers_Journal_Tools_1997.iso / smxdemo / 286 / 286.doc next >
Encoding:
Text File  |  1993-07-12  |  2.0 KB  |  44 lines

  1.                        Welcome to the 286smx Demo!
  2.  
  3. DDEMOLT is our standard DOSdemo modified to run in protected mode and
  4. to use the facilities provided by the Phar Lap 286|DOS Extender. The file, 
  5. 286CORE.C, shows the use of PHAPI calls and other changes to support 
  6. protected mode.  Compare it to the real mode file, CORE.C. Both of these 
  7. files are located in c:\smxdemo\286.
  8.  
  9. If you wish to view the demo files now, you can exit to DOS (Ctrl-X).
  10. Otherwise, 286demo will run shortly after you are done viewing this file.
  11.  
  12. Now that the demo files have been installed, you can run 286demo directly
  13. from your hard disk, if you wish, without going through rundemos again.
  14. Just type "run286 ddemolt".  (run286 is a Phar Lap 286|DOS Extender file.)
  15.  
  16. This demo will not run without 286|DOS.  Also there must not be a DPMI 
  17. server present (e.g. 386MAX or MS-Windows.) It may be necessary to remove 
  18. all memory managers, as well.
  19.  
  20. If run from floppy, the demo will run slowly.  If run from hard disk it
  21. will run faster.  This is because it is doing actual DOS file reads.  
  22. (When running this demo under rundemos, it is being run from your hard 
  23. disk.)  While reads are being performed, the preempter task is randomly 
  24. preempting.
  25.  
  26. The first selector shown is the first selector value assigned to ddemo by 
  27. RUN286. The low three bits are used for other purposes. Hence this value, 
  28. 359, is actually the 44th selector (/8); it is for the LDT; and it shows 
  29. that the application is running in ring 3 (lowest privilege level).
  30.  
  31. smxProbe is linked into this demo. ^s will invoke it. For directions on
  32. how to use smxProbe, see the file PROBE.DOC.
  33.  
  34. This particular version of DOSdemo was made with Microsoft C. 286smx also
  35. support Borland C.
  36.  
  37. Note: The TEST.DAT file is needed by the ddemo. Do not erase or move it. 
  38.       Also, be sure to run DDEMOLT from its subdirectory.
  39.  
  40.                                *  *  *  *  *
  41.  
  42. smx is a registered trademark of Micro Digital Inc.
  43. Phar Lap is a registered trademark of Phar Lap Software, Inc.
  44.