home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / ifplv155.zip / IFPLV155.EXE / INFOPLUS.HIS < prev    next >
Text File  |  1992-04-21  |  27KB  |  506 lines

  1. Changes by Andrew Rossmann v1.55 (4/21/92)
  2. All   : Added an AP command switch. When specified, all pages will be
  3.         sent to a file or printer. You will be asked the standard
  4.         screenprint questions before the first page.
  5. Page 1: Added detection of many newer IBM PS/2 and PS/1 computers.
  6.         Added detection of HP Vectra series.
  7.         For AT's and up, will display if a special keyboard function
  8.          is supported.
  9.         For AT and up Phoenix BIOS's, display the version number.
  10. Page 3: Reduced chances of non-AT's showing extended memory.
  11. Page 4: Under MSDOS 5, DOS blocks show if code or data.
  12. Page 7: Mouse version number should display correctly for Microsoft
  13.          version 8 and newer.
  14.         Mouse Systems and Logitech drivers are detected. Some show
  15.          additional information.
  16.         No longer reset the mouse hardware. Should retrieve mouse
  17.          information much faster.
  18. Page 8: Removed detection of Tandy digital sound, which wasn't reliable.
  19.         NOTE: Under Windows 3.1, if you have the SoundBlaster drivers
  20.          enabled, you'll get a warning box from Windows, and Infoplus
  21.          will be unable to detect it. This is normal.
  22. Page 9: The country represented by the country code is displayed.
  23. Page 18:SMARTDRV detection should now work, including the new 4.0.
  24.         VDS information now recognizes more memory manager products.
  25.         Added detection of 386^Max version 6.01+.
  26.         Re-arranged screens by program types.
  27.         Added detection of EMM386 v4.20+.
  28.         Added detection of MICEMM (Micronics EMM) NOTE: I have version
  29.          4F, and it isn't detected on my system.
  30. Page 19:NEW! This page displays programs using the Alternate Multiplex
  31.         Interrupt. This is a new standard, and not too many programs
  32.         use it yet.
  33. Page 20:NEW! This page displays extra information about Memory Managers.
  34.         Currently, only QEMM 4.23 or newer is detected. You get information
  35.         about the various memory sizes used, and a memory map.
  36. Page 21:Former page 19.
  37.  
  38. Changes by Andrew Rossmann v1.50 (1/1/92)
  39. All:    Added command line switches B, D, M, C, NV, H and '?'.
  40.         Added on-line help by pressing F1.
  41.         No longer reset the screen on exit unless you start in 40 column
  42.          mode, or a non-standard mode.
  43. Page 1: Added detection of Tandy 3000.
  44.         Added detection of Tandy 1000 series.
  45. Page 3: Having more than 64K of available UMB space will display
  46.          the correct byte size (the K size was correct.)
  47. Page 6: Added additional information for ATI cards, and support for
  48.          newer versions.
  49.         Detect Tseng ET4000/HiColor DAC combo.
  50.         Only display Tseng memory size if it's an ET4000.
  51.         Hopefully corrected Trident problems. Also, tell true video
  52.          memory for 8900 series.
  53.         Hopefully corrected Cirrus problems.
  54.         Added detection of Oak chipset.
  55.         VGA chipset detections can be disabled by using the NV startup
  56.          switch.
  57. Page 8: Modified sound card detections to reduce possible problems with
  58.          other cards using the same IO ports.
  59.         Added detection of Tandy 1000/2500 digital sound.
  60. Page 9: A second 'page' that lists all currently open files, and lots
  61.          of information about each of them. Most useful under Windows
  62.          or Desqview.
  63. Page 18:Detect and give information about SMARTDRV, and possibly other
  64.          caches.
  65.         Display version of QEMM (if newer than 5.10).
  66.         Detect JP Software's KSTACK.COM.
  67.         Detect Norton NCHACHE, Diskreet, DiskMon, FileSave/EraseProtect.
  68.         Added detection of Stacker.
  69. INFOPLUS.ASM: Corrected bug in LONGCALL. It was restoring the wrong old DS
  70.               and SI!! (Thanks to Michael Holin for noticing that!)
  71.  
  72.  
  73. Changes by Andrew Rossmann v 1.47 (8/2/91)
  74. All:    Several pages should work better under OS/2.
  75.         Corrected bug that caused lockups under Desqview. Could also
  76.          fix other unusual bugs. It appears to have fixed the occasional
  77.          'slow screen' bug, too.
  78. Page 2: If an i386 is found, check for the POPAD bug. (This is a minor
  79.         bug that is nothing to worry about.)
  80.         If a 387 is 'found' with a 286 CPU, then it's identified as a
  81.          287XL.
  82. Page 3: Tell if HMA is free or in use.
  83.         Detect if UMB (Upper Memory Blocks) are available, and report
  84.          size of the largest available.
  85.         Tell if DOS 5 is using the HMA, and how much is being used.
  86. Page 9: Minor corrections to work properly with DOS 5 and OS/2.
  87. Page 10:Added detection of DOS 5's DOSKEY.
  88.         If DOS 5's SETVER is loaded, the version list will be displayed.
  89.         Added a generic DOS extender check (new 'standard')
  90. Page 13:Minor corrections to work properly with DOS 5 and OS/2.
  91. Page 18:Added detection of Norton's NDOS (4DOS in disguise)
  92.         Added detection of Phar Lap DOS Extenders.
  93.         Added detection of the DOS 5 Task Swapper (which also identifies
  94.          itself as Windows in real/standard mode!!)
  95.         Added detection of HyperDisk 4.20 or newer.
  96. INFOPLUS.ASM:   New subroutine added for POPAD bug test.
  97.                 Modified ALTINTR and LONGCALL to only pass the Overflow,
  98.                  Sign, Zero, Aux Carry, Parity and Carry flags TO the called
  99.                  interrupt/subroutine from the Flags variable in the
  100.                  Registers record. The standard TP Intr doesn't pass ANY
  101.                  flags! I need the ability for several detection routines.
  102.                  The full Flags register will be passed back when the
  103.                  interrupt/subroutine returns. This is what fixed the
  104.                  Desqview problem. (Thanks to Heribert Eisele -
  105.                  heribert@caen.engin.umich.edu for pointing this out!)
  106.  
  107. Changes by Andrew Rossmann v 1.46 (5/29/91)
  108. Page 2: If an i486 is found without a coprocessor, then an i486SX will
  109.         be assumed. An i486SX w/ 487 will show as an i486.
  110. Page 6: Most of the VGA chipsets will return more information.
  111. Page 18:NEW PAGE (sort of).
  112.         Moved the TSR and drivers section of page 10 here.
  113.         Corrected VDS product version number display. Also tell if
  114.          VDS's BIOS data bit is set ($40:$7B, bit 5)
  115.         Added detection of TBScanX (a virus scanner)
  116.         Added detection of WildUnix (a Unix-like wildcard expander)
  117.         Added detection of DOS/16M (a protected mode interface)
  118.         Added detection of Inset (a text/graphics program)
  119.         Added detection of Microsoft CD-ROM extensions (MSCDEX)
  120.         Added detection of Fossil drivers
  121.         Added detection of Video Fossil drivers
  122. WARNING! Page 18 could lock up under Desqview. I'm still investigating.
  123. Page 19:Former page 18 (Thank you page.)
  124.  
  125.  
  126. Changes by Andrew Rossmann v 1.45 (2/11/91)
  127. All:    If Desqview is detected, all screen output will be done using
  128.         the BIOS, allowing INFOPLUS to work in a window even on
  129.         non-386's. This may affect screen printing.
  130. Page 1: Detailed info will only be shown on an AT or better (as told by
  131.         the machine byte at $FFFF:$E.)
  132.         Added detection of several computers, including Toshiba
  133.         T5200/100 and T1200/XE, IBM model 90's, and the PS/1.
  134. Page 6: Added detection of XGA (MicroChannel systems only for now.)
  135. Page 8: 16450 UART now detected (was shown as 8250 before.)
  136.         Added detection of AdLib, SoundBlaster, and Roland MPU-401.
  137.         If AdLib detected, it checks if the SOUND.COM driver is loaded
  138.         and tells you the version and interface address if found.
  139.         If COM port is at address $0000 (Desqview giving no access)
  140.         it shows N/A for address, and gives no other info.
  141.         Ports at address above $FFF should display correctly.
  142. Page 9: DR-DOS should be detected.
  143.         Under DOS 5, will tell if UMBs are part of DOS memory chain.
  144.         Under DOS 4+, tell if BUFFERS are in EMS, and their handle.
  145. Page 10:If Windows 3 in enhanced mode is detected, information about
  146.         the display is given.
  147.         If Desqview is detected, extra video and memory info given.
  148.         Added detection of TAME.
  149.         Added detection of QEMM/QRAM, MANIFEST (resident), and VIDRAM.
  150.         Added detection of pcAnywhere.
  151.         Added detection of Disk Spool II.
  152.         Added detection of DOS 4 GRAPHICS.COM.
  153.         Added detection of Win 3's EGA.SYS.
  154.         Added detection of DRIVER.SYS (note: DOS 4 appears to support
  155.         some of it's functions, so it may show yes.)
  156.         Added detection of the F-PROT package.
  157.         Added detection of ANARKEY.
  158.         Added detection of Virtual DMA Specification (VDS) [NOTE: Is
  159.         supported by QEMM!!]
  160.         Added detection of Common Access Method SCSI drivers.
  161.         Added detection of PC/TCP Packet drivers.
  162. Page 16:You can use the up and down arrow keys to look at the BPB
  163.         information for all drives.
  164. Page 17:CMOS info will only show for an AT or better (as told by the
  165.         machine byte at $FFFF:$E.)
  166.         NOTE: It seems as if 386 based PS/2's have non-standard CMOS
  167.         tables. Ignore warnings about bad CMOS checksum.
  168. Tech:   Program re-organized into Units.
  169.         Source code distributed separately.
  170.         Added information pages that you can print out.
  171. NOTE!!->I'm having problems running under Desqview. I'm still trying to
  172.         figure out what's happening. Be aware that the program could
  173.         lock up at any time.
  174.  
  175.  
  176. Changes by Andrew Rossmann v 1.41 (12/8/90)
  177. All:    Re-compiled under Turbo Pascal 6. No special features used.
  178. Page 6: Check for Tseng chips should no longer cause problems if you
  179.         really have a Tseng chipset.
  180. Page 8: Corrected bug in UART detection.
  181. Page 16:When reading Boot info, no longer tries looking at the drive
  182.         that is one below the current default. (ie: B: if C: was the
  183.         default.) This primarily affects DOS 3.30 and 3.31 users only.
  184. Technical: .INC files renamed to .PAS for easier use under the new IDE.
  185.  
  186. Changes by Andrew Rossmann v 1.40 (11/12/90)
  187. All:    New Command! Alt-P will pop up a window in which you can send a
  188.         copy of the data part of the screen to a file or the printer.
  189.         You can have any non-standard characters converted into Normal
  190.         ASCII. You can also have an extra line added to the printout.
  191.         You can use it to identify the computer, or whatever.
  192. Page 6: Display 'Checking for xxxx' before trying to detect video
  193.         types and chipsets.
  194.         Paradise information checking now reads the chips directly,
  195.         instead of relying on the BIOS, which seemed to be causing
  196.         problems with some boards. It seems as if some may not be
  197.         detected.
  198.         Corrected ZyMOS detection.
  199.         CTI chips will only be detected if a CTI BIOS is found. Direct
  200.         chip detection caused problems with some other boards.
  201. Page 8: Serial port info now displays the type of UART found. The
  202.         16450 (found on many AT's) will be listed as an 8250. The
  203.         16550AFN and 16550AN will display as 16550AN.
  204. Page 9: No longer gets stuck in an infinite loop when trying to
  205.         determine STACKS on some computers.
  206. Page 11:The environments' location, size, amount used, and free
  207.         space are now shown.
  208. Page 17:Day of Week no longer shown since most BIOS's do not set it.
  209.  
  210.  
  211. Changes by Andrew Rossmann v 1.35 (10/7/90)
  212. All:    If using <ENTER> to jump to a page, and you enter something illegal,
  213.         the page name will be restored on the bottom line.
  214. Page 3: If no Free XMS is available, will now say 0K, instead of ERROR.
  215. Page 6: More VGA chipsets detected, including Ahead, Cirrus, Chips&Technologies
  216.         Genoa, Trident, Tseng and ZyMOS.
  217.         VESA mode detection will only check values that the board or driver
  218.         says is available, instead of trying everything.
  219. Page 8: Under Desqview, if not given priveleges for COM ports, will report
  220.         NA for baud, instead of bombing with 'Runtime Error 200'.
  221. Page 17:Thank You info moved to page 18.
  222.         NEW PAGE! Lists information contained in your CMOS memory, if a
  223.         PC/AT or compatible is detected.
  224. Page 18:Thank you information. Formerly page 17.
  225. INFOPLUS.ASM:   Several new routines added for detecting VGA chipsets.
  226.                 DISKREAD modified to work with Compaq 3.31 and other
  227.                 non-DOS 4's that support >32M partitions using the extended
  228.                 read routine format.
  229.  
  230. Changes by Andrew Rossmann v 1.31 (9/4/90)
  231. Page 2: Corrected bug that could cause lock-ups on PC's without coprocessor.
  232. INFOPLUS.ASM:   Corrected ndp routine to not generate WAITs!!
  233.  
  234.  
  235. Changes by Andrew Rossmann v 1.30 (9/3/90)
  236. All:    If you are in MODE BW80 or MODE MONO, you will get black and white.
  237. Page 1: More machine types identified.
  238. Page 2: Some of the Machine Status Word bits are identified.
  239.         CPU and NDP detection routines further modified. NDP detection lockups
  240.         appear to be fixed (tested by George Toye.)
  241.         On 386/486 CPUs, check BIOS to see if Weitek coprocessor present.
  242. Page 3: Conventional memory sizes now also given in K.
  243.         DPMI detection now works!!
  244.         No VCPI check if DPMI detected (DPMI takes precedence over VCPI).
  245. Page 6: If a VESA driver or board is detected, you will get a listing of all
  246.         VESA modes supported and info about them.
  247. Page 10:Added detection of Desqview and Windows 3.
  248. Page 11:Show current program name and it's path.
  249. Page 15:OS/2 High Performance File System (HPFS) added.
  250. INFOPLUS.ASM:   All routines are now using the FAR model.
  251.                 Slightly modified 486 detection.
  252.                 Removed FSAVE from NDP detection, appeared to be the culprit.
  253.                 Modified LONGCALL to have a similar format to Intr and MsDos.
  254.                 New routines AltIntr and AltMsDos. These use self-modifying
  255.                 code to generate true interrupts. The standard TP routines
  256.                 do not, and will not trigger protected mode routines.
  257.  
  258.  
  259. Changes by Andrew Rossmann v 1.25 (8/10/90)
  260. Page 2: The CPU and NDP detection has been overhauled. First, the
  261.         tests are now run seperately, making it easier to tell which
  262.         part is causing problems. The CPU detection code has beeen
  263.         modified AGAIN, this time from code sent to me by John Levine,
  264.         who said he got it from the Intel '486 manual. Also, the NDP
  265.         detection has been modified to reduce the chance of getting an
  266.         'unknown coprocessor' message. Test8087 is no longer used.
  267. INFOPLUS.ASM: New coding in the CPU and NDP detections, increasing
  268.               reliability, and allowing seperate testing. This new
  269.               code should also detect the 486!!
  270.               Put some comments in the ATIINFO routine.
  271.  
  272.  
  273. Changes by Andrew Rossmann v 1.21 (8/5/90)
  274. Page 2: Slightly modified the CPU detection to disable interrupts
  275.         during the 286/386 tests. Hopefully, this will fix the
  276.         ongoing problems.
  277. Page 6: The information returned when an ATI video board is detected
  278.         is now correct. NOTE: The monitor INFOPLUS says may not be
  279.         exactly what you have the board set to. There are only 16
  280.         possible selections, and many of the 'models' actually use
  281.         the same settings. I can only use the information that ATI
  282.         gives with the board. They probably have more information
  283.         (such as 8/16 bit mode) buried somewhere that they won't
  284.         release.
  285.  
  286.  
  287. Changes by Andrew Rossmann v 1.20 (7/29/90)
  288. Page 1: Thanks to information posted to USENET by James Howard of
  289.         Dell Computer Corporation, most later model Dell's will be
  290.         directly identified.
  291.         The adapter ROM scan now searches at 2K boundaries. This will
  292.         hopefully detect what QEMM calls 'split roms.'
  293. Page 2: Due to continued problems with the CPU detection locking up
  294.         computers, I am now using the original detection code. This
  295.         uses differences in the Flags registers to distinguish a 386
  296.         from a 286. The 486 will not be directly identified. A side
  297.         benefit is that you can now run safely under Windows 3
  298.         enhanced mode.
  299.         The coprocessor detection code sometimes thinks you have one
  300.         when you don't. This gives an 'unknown coprocessor - FF'
  301.         message. Now, if that happens, I check to see if Turbo Pascal
  302.         found one (the Test8087 variable.) If it didn't find one, I
  303.         now say 'none.'
  304. Page 9: The file handle count should now be more accurate. I search
  305.         where DOS keeps it's FILES lists, and get my counts that way.
  306. Page 16:Tells whether an extended boot signature is found (DOS 4.)
  307.         If extended boot signature, tell the physical drive number
  308.         (hard disks start at 128, floppies at 0.)
  309. INFOPLUS.ASM: Commented out 'invalid opcode' CPU detection method, and
  310.               re-enabled the original detection code. This results in
  311.               the inablity to detect the '486.
  312.  
  313.  
  314. Changes by Andrew Rossmann v 1.10 (7/20/90)
  315. Page 1: ROM search now displays size of ROMs found.
  316. Page 3: If an XMS driver is found, various information about it
  317.         is now displayed.
  318.         All EMS memory is now given in K instead of pages.
  319. Page 6: Added detection of Paradise, Video 7, and ATI VGA boards. Some
  320.         additional information and the correct memory size is given.
  321. Page 7: Tell whether the Mouse driver is shadowing the EGA registers.
  322. Page 10:A hopefully generic Network check was added.
  323.         The CDROM detection might work better. Also displays what
  324.         drives are actually CDROM.
  325. Page 15:Now only search for drives $80 to $99. Going beyond that
  326.         caused exception errors under EMM386.SYS (the Win 3 version.)
  327. Page 17:Corrected a bug that caused part of the screen to scroll
  328.         when running under Desqview (I hope.)
  329. INFOPLUS.ASM: Added new LONGCALL routine. This is needed for the XMS
  330.         checking. LONGCALL calls a routine using a FAR CALL instead of
  331.         the more normal INT functions.
  332.         Since TASM 2.0 supports the 486, the XADD macro is now
  333.         commented out.
  334.  
  335.  
  336. Changes by Andrew Rossmann v 1.0 (6/25/90)
  337. All:    Due to confusions with Steve Grant continuing to release
  338.         new versions, I am renaming my version to INFOPLUS.
  339.         The documentation for SYSID 4.4 states that the source and
  340.         object code are public domain. SG's newer versions are
  341.         copywritten, and no longer contain source code. All
  342.         of my versions WILL ALWAYS continue to contain the source
  343.         code, and WILL ALWAYS be public domain!! Like FRACTINT, I
  344.         hope for this program to slowly grow as people add their own
  345.         ideas.
  346. All:    Changed colors to blue background, with text of LightGray
  347.         and LightCyan.
  348.         You now press the DOWN ARROW key to continue a long screen.
  349.          This lets you move to another page without looking at all
  350.          the information.
  351.         A title telling what is on the page appears at the bottom.
  352. Page 0: New page, shows contents of each page. HOME always goes here.
  353.         Also, this eliminates the chance that scanning the ROM could
  354.         lock up the program, preventing its use. If that happens, you
  355.         can just go to another page directly.
  356. Page 2: The V20/V30 should be correctly detected.
  357. Page 3: Added detection of XMS, DPMI (untested) and VCPI.
  358.         DPMI detection is tentative, since it's still in the formative
  359.         stages. Windows 3.0 is the first program to support it.
  360.         Under EMS 4, handle names will be listed (not all programs
  361.          give their handles names.)
  362. Page 9: Added count of FCB's (File Control Blocks.)
  363.         Added count of Dos STACKS (DOS 4 only.)
  364. Page 10:Added detection of DOS (should always be YES!!)
  365.         Added detection of JP Software's 4DOS (and other info on it.)
  366.         Added detection of CD-ROM extensions.
  367. Page 13:For default drive, tells what type it is, if it is removable,
  368.         has doorlock detection, is JOIN'd, or SUBST'd (and shows the
  369.         true path.)
  370. Page 17:New page, just thanks you for using INFOPLUS, and gives
  371.         some places I can be reached.
  372.  
  373.  
  374. The following are my versions of SYSID. It's very likely that some
  375. of these version numbers may overlap Steve Grant's!!
  376.  
  377. Changes by Andrew Rossmann (5/28/90) v 5.1
  378. Page 2: Corrected bug in 386 detection code actually in SYSID.ASM.
  379.           This bug could cause lock-ups or exception errors on
  380.           386, 386SX, or 486 systems.
  381.  
  382. Changes by Andrew Rossmann (1/19/90) v 5.0
  383. Page 9: Added buffer count (and read-ahead) for DOS 4!
  384. Page 15:Added several more partition types.
  385.  
  386.  
  387. Changes by Andrew Rossmann (12/31/89) v 4.8
  388. Page 2: Added recognition (I hope) of the '486. This involved
  389.         replacing the code that detects the 286/386 with newer
  390.         code by Robert Collins.
  391. Page 5: Added the extended modes of the Paradise VGA boards.
  392.         (Considering that the CRT unit forces the screen into a
  393.         standard text mode at startup, most of the entries are
  394.         sort of useless right now.)
  395. Page 15:Added Disk Manager, Speedstore, Split (?), and GB (?) to
  396.         the recognized partition types.
  397.         Corrected some erroneous numbers in the starting cylinder
  398.         and sector.
  399.  
  400. Changes by Andrew Rossmann (9/30/89) v 4.7
  401. All:    Re-compiled under Turbo Pascal 5.5.
  402. Page 9: Reduced the number of files to 255 due to a potential bug
  403.         under DOS 3.30.
  404. Page 10:Added a few extra programs to the multiplex listings. Some of
  405.         these will probably only be recognized under DOS 4 or newer.
  406.  
  407. Changes by Andrew Rossmann (7/2/89) v 4.6
  408. Page 9: Under DOS 3.30 or newer, use a new DOS function call to set
  409.         up space for up to 256 files. The number of total files
  410.         available will now be closer to the FILES= setting, instead
  411.         of being stuck at the 20 that is the default size.
  412.  
  413. Changes by Andrew Rossmann (6/7/89)
  414.         Changed the version to 4.5.
  415. ALL:    Pressing <ENTER> will bring up a 'Page no.=>' prompt. You
  416.         can then type in the number of the page you want to jump to.
  417. Page 9: Added OEM (Original Equipment Manufacturer) Serial number to
  418.         list. Not everyone uses this. Put file handle table sizes
  419.         on one line.
  420.         Changed current time to conform to the format of the current
  421.         country code, including 12-hour format.
  422. Page16: Corrected more DOS4 errors in the Dos Disk Parameter Block
  423.         listings. It seems the number of sectors per FAT has grown
  424.         from 1 byte to 1 word. This pushed the sector # of directory,
  425.         address of device header, media descriptor, access check,
  426.         and next block pointer up 1 byte.
  427.  
  428. Changes by Andrew Rossmann (6/3/89):
  429.         I upped the letter to 'V'.
  430. Page 9: Added 'Boot disk was'. This will display which disk drive
  431.         was used to boot the computer under DOS 4. Under DOS 3,
  432.         this will always display (unknown).
  433.         I changed the file used to figure out the number of available
  434.         file handles from COMMAND.COM to the program itself. This is
  435.         because COMMAND.COM may not always be available (especially
  436.         if you are on floppies.) It's more likely the program itself
  437.         will be available. This uses a DOS 3 or 4 feature that lets
  438.         a program know it's full pathname. (ParamStr(0) in TP5).
  439. Page10: Added extra information about the APPEND command under DOS
  440.         4. Will display which switches are active, and the path
  441.         currently in use.
  442. Page15: Added several parition types, including 'Big DOS-16' (DOS 4
  443.         partitions >32M), XENIX, NOVELL, PCIX, CP/M, and BBT.
  444. Page16: Modified the DISKREAD portion of SYSID.ASM for use under
  445.         DOS 4. Will now correctly read disks with partitions >32M.
  446.         Disks >32M under Compaq DOS 3.31 will probably not work.
  447.  
  448. Changes by Andrew Rossmann (5/29/89):
  449.         I named this version 4.44U for 'U'pdated. Don't know of any
  450.         newer versions.
  451. Page 1: The search for the Copyright message in ROM has been
  452.         expanded to start at F000:C000 instead of F000:E000. This
  453.         test had returned nothing on my Tandy 1000SX. This may
  454.         cause longer waits on other machines. NOTE: the CPUID
  455.         routine does not detect my V20. It returns an unknown type.
  456.         I have no idea why, and I would like to know why. (I also
  457.         have an 8087 if that makes any difference.)
  458. Page 7: If you had a mouse, some information about your keyboard
  459.         ended up scrolling off the screen. Some related info
  460.         has been put on 1 line to prevent scrolling.
  461. Page 9: The method to find the number of available file handles
  462.         had a minor problem. It used the COMSPEC environment
  463.         variable to continuously open COMMAND.COM until an error
  464.         occurred, presumably a 'Too Many open files' error. BUT,
  465.         the files were opened as untyped files, which have a
  466.         default FileMode = 2 (read/write). If your copy of
  467.         COMMAND.COM was read-only (for virus protection), an
  468.         error 5 (Access denied) occured, and 0 available handles
  469.         was shown. This is fixed by setting FileMode:=0 (Read only)
  470.         before opening files.
  471.         The printer echo status is supported under DOS 4.
  472.         The number of buffers is still unknown as I am unable to
  473.         figure it out. Since DOS 4 can have a huge number of
  474.         buffers, and even put them in EMS memory, finding out their
  475.         count may be difficult.
  476. Page13: Information about a floppy now supports the parameters
  477.         for 3.5" drives, and displays number of tracks.
  478. Page16: Now supports DOS 4.0 and Compaq DOS 3.31 with partitions
  479.         >32M (maybe others if they follow the same format.)
  480.         If you have a disk formatted under DOS 4, the boot
  481.         record section will display the volume label, serial number,
  482.         and FAT type of the disk.
  483.  
  484.  
  485. Known bugs: (Steve Grants ver 4.44)
  486. 1) Page 2: The CPU test for interrupts of multi-prefix string
  487. instructions is reliable only on machines whose clock speeds are
  488. less than about 15 MHz.  The 8086 and 8088 are the only CPU's that
  489. don't handle such interrupts correctly, however, and they aren't
  490. (to my knowledge) ever run at anything like 15 MHz.  (This 15 MHz
  491. limit assumes that the timer tick interrupt occurs at the standard
  492. rate of 18.2 Hz.  SYSID could check that, too, I suppose.)
  493. 2) Page 5: The description of foreground color will not mention the
  494. blinking attribute, even if it was enabled before you invoked
  495. SYSID.
  496. 3) Page 10: SYSID used to report incorrectly the statuses of some of
  497. the executable files which use the "multiplex interrupt" (INT
  498. 2FH).  I have commented these status checks out of the source
  499. code, determined to do battle with them another day.  Can anyone
  500. supply the correct INT 2FH functions for these files?  Or are some
  501. of them red herrings that simply check INT 2FH to see if *other*
  502. files have been loaded (e.g. APPEND/ASSIGN)?
  503. 4)      The error beep sometimes fails to sound when you press PgDn
  504. while on the last page (or PgUp while on the first page).  I have no
  505. idea why. (!!corrected in version 4.5)
  506.