home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / cpu / protex / readme.1st < prev   
Text File  |  1991-03-20  |  2KB  |  71 lines

  1. There are five 'versions' of the assembly source to switch the computer
  2. (x286,x386,x486) into protected mode.
  3.  
  4. The only version that I know works correctly is PROT4.ASM
  5.  
  6. Included is a compiled version of PROT4.ASM (prot4.com) and
  7. liting and cross-reference to boot.
  8. All it does is reverse the video to a very ugly color.  Clear
  9. the screen (CLS) to get rid of it.
  10.  
  11. PROT1.ASM
  12.     This version was taken from the book...
  13.     "Inside the 80286" by Ed Strauss ISBN 0-89303-582-3
  14.  
  15.     This version is targeted for 'burn in' into EPROMs.
  16.     Never tried it, don't have EPROMs or EPROM burner.
  17.  
  18. PROT2.ASM
  19.     This version was taken from the same book as above.
  20.     Unknown why it never worked.
  21.  
  22. PROT3.ASM
  23.     Incomplete listing of another method, ignore this file, but
  24.     included because it contains useful macros.
  25.  
  26. PROT4.ASM
  27.     This is the ONLY working version.  Unknown source.
  28.  
  29. PROT5.ASM
  30.     Same as PROT4.ASM except that the gating of address line 20
  31.     is performed differently, and for some reason, does NOT work on
  32.     80286 processors (I don't know why this is so).
  33.  
  34.  
  35. If nothing else, this may provide an experimental base to learn more
  36. about protected mode programming.
  37. I do not claim that this will work on EVERY machine.  It is largly
  38. experimental, although your machine shouldn't get 'wrecked'.
  39.  
  40.  
  41. ALSO!!!
  42.  
  43. The absolutly best book to get is
  44. "Dr. Dobb's ToolBook of 80286/80386 Programming"
  45.     by Phillip Robinson     ISBN 0-934375-42-9
  46.  
  47. This book has a PASCAL (!) source on going into protected mode.
  48. The file PROTM1.PAS is an excerpt of that text.
  49. (I would have the whole thing, but I did not finish typing it yet!)
  50.  
  51. Or, you can get the source code to all the protected mode programs
  52. in the Dr Dobb's book by calling
  53.         1-800-533-4372
  54.         1-800-356-2002  (in CA)
  55.         ask for item #54-2
  56.  
  57. Send $20 (+ CA Sales tax if applicable) to
  58.         M&T Books
  59.         501 Galveston Drive
  60.         Redwood City, CA  94063
  61.  
  62.         Again, Item #54-2 (they take VISA/MC/AMEX with # and Exp Date)
  63.         Checks payable to M&T Books
  64.  
  65. Note that the source code includes protected mode interfaces for Windows,
  66. UNIX, OS/2 and MS-DOS.  These programs range from the simple stuff to
  67. task management and exception handling.  Also included is protected mode
  68. co-processor programming and i82786 graphics processor programming.
  69. It's a big book (700+ pages), highly recommended.
  70.  
  71.