Development history of FDXMS:

Version 0.1 - 2000.01.12 - Louis P. Santillan
- second cleaned up port
- much prettier code layout than original port
- found stupid bug I introduced in conversion when I accidentally
     swapped POP codes in initialize
     (you gut feeling was right Marty ;)
- realized that a ton of RETs that I converted to RETFs should be
     RETNs (or RETs in NASM ;) so I switched them back
- I still don't understand why Till Gerken used
        MOVS? [ ?SI ], [ ?DI ]
     at lines 854 & 858 when all my docs say it should be the other
     way.  In any case, NASM doesn't like that form of MOVS* and I
     have to leave them as "MOVS* ; no operands".
- 48 bytes bigger than original but 31,000 bytes smaller than the
     Win$uck 98 Himem....<hmm@Till's comment below>.
- Still have to add UMB stuff so thats why I have left the version
     at 0.1
- My tests have yielded the following:
     Locks up the FD Kernel 2017f when first driver in fdconfig.sys
     Locks up for half second then reboots when secon or later

Version 0.1 - 2000.01.12 - Louis P. Santillan
- first port to NASM by Louis P. Santillan

Version 0.1 - 10/11.95

- initial version, uploaded for testing
- still about 400 bytes bigger than HIMEM :(
- poor feedback until now...
- works with a lot of software, but Watcom Help doesn't work when run with
  Norton Cache of Norton Utilities 8.0
