Changes from 1.4 to 1.5:
- Timing now done via polled interrupts for QDOS/SMS systems (50x to 71x
  more accurate).
- Timing done in supervisor mode under QDOS/SMS (no more need to kill
  all jobs before launching bogomips to get maximum speed results).
- more additional results:

 Machine        Processor     Operating System   BogoMIPs  Remarks
 -------        ---------     ----------------   --------  -------
 Sinclair QL     68008 7.5MHz   Minerva v1.92       0.27     1
 Thor XVI        68000   8MHz   ARGOS   v6.37       0.65     2
 UQLX            Emulated 68K   Minerva v1.92       2.12     3,4
 UQLX (15/05/98) Emulated 68K   Minerva v1.92       2.60     9,11
 QPC v1.30       Emulated 68K   SMSQ/E  v2.84       2.43     4
 QPC v1.42       Emulated 68K   SMSQ/E  v2.88       3.08     9
 QPC v1.42       Emulated 68K   SMSQ/E  v2.88       3.34     10
 SGC+Aurora      68020  24MHz   SMSQ/E  v2.85       5.66     5
 QXL 800x600     68040  32MHz   SMSQ/E  v2.85      19.01     4,6,7
 QXL 512x256     68040  32MHZ   SMSQ/E  v2.85      19.17     4,6,7
 QXL 512x256     68040  32MHz   SMSQ/E  v2.85      19.56     4,6,7,8
 QXL 800x600     68040 33.3MHz  SMSQ/E  v2.88      20.00     6,7,9
 QXL 800x600     68040 33.3MHz  SMSQ/E  v2.88      20.55     6,8,9
 QXL 512x256     68040 33.3MHz  SMSQ/E  v2.88      20.18     6,7,9
 QXL 512x256     68040 33.3MHz  SMSQ/E  v2.88      20.58     6,8,9

 Remarks:
  1.- Bare (128Kb RAM) QL (issue 5 board) with Toolkit II v2.12 ROM cartridge.
  2.- ARGOS v6.37 (modified), 1Mb RAM, Qubide v1.54, Toolkit II v2.33.
  3.- Running under Linux 2.0.30/XFree86 v3.2.
  4.- Host PC: Processor   : Cyrix 6x86 PR166+ (133MHz) rev. 2.6.
               Mother board: ABIT IT5H rev. 1.5, 512 Kb pipeline burst cache.
               BIOS        : Award 4.51PG rev. 3K.
               RAM         : 60ns 32Mb fast page mode (two 32bits SIMMs).
               BUS clock   : 66 MHz.
               PCI clock   : 33 MHz.
               ISA clock   : 11 MHz.
               RAM settings: fastest possible settings for 60ns FPM DRAM.
  5.- with SuperHERMES and Qubide v1.53.
  6.- Overclocked QXL (8Mb RAM, full blown 33MHz 68040).
  7.- DISP_UPDATE 1,0.
  8.- DISP_UPDATE 0,0.
  9.- Host PC: Processor   : Cyrix 6x86MX PR200 (2.5x75MHz) overclocked to
                             2x83MHz rev 1.2.
               Mother board: ABIT IT5H rev. 1.5, 512Kb pipeline burst cache.
               BIOS        : Award 4.51PG rev. 8S.
               RAM         : 60ns 64Mb EDO RAM (two 32bits SIMMs).
               BUS clock   : 83MHz.
               PCI clock   : 41.5MHz.
               ISA clock   : 10.4MHz.
               RAM settings: standard 60ns EDO RAM settings.
 10.- Host PC: same as above (9) but processor overclocked to 3x60MHz, PCI
               clock=30MHz, ISA clock=7.5MHz.
 11.- Running under Redhat v5.0 Linux (kernel v2.0.33/XFree86 v3.3).


Changes from 1.3 to 1.4:
- QDOS / SMSQ port.
- the measure time increased to 10 seconds.
- added 680x0 support (delay_s).

Changes from 1.1 to 1.2:
- now supports 3 versions:
  - original ("classic") Linux bogomips program
  - version for QNX C compiler
  - machine indenpendant version (default)
- the machine independent version should compile and run on any ANSI C
  conforming system (tested on Sun-3 and Sun SPARC under SunOS 4.1)
- additional changes thanks to Paul Healy
- here are some additional results:

        Machine         BogoMIPs
        -------         --------
        Sun-3/80          4.00
        Sun IPC          24.00
        Sun SS10         34.00

Changes from 1.0 to 1.1:
- added fflush() call after first printf() statement
- fixed typo in README file
- used compiler flags "-fomit-frame-pointer -N -s"; executable is much
  smaller (thanks to Thomas G. McWilliams)
