==== Ver 0.06 (Aitor SANTAMARIA MERINO)
- Added version and copyright notice at boot 
- Added Int2Fh interface, functions 2,3,Eh,Fh
- Added MODECON.EXE to operate with those functions
- Added use of bCPSoft and bCPHard (always 437)
==== Ver 0.07 (Ilya V. Vasilyev)
- Fixed: problems working with VGA
- Minor optimizations and fixes
==== Ver 0.07 (Aitor SANTAMARIA MERINO)
- Minor optimizations and fixes
- Complete rewrite of PREPARE/SELECT: SELECT has an independent pool
- PREPARE Pools: array of pools (as many as you want at compile time) managed with a LRU scheme
- MODECON: PREPARE=PREP, SELECT=SEL (as suggested by Ilya)
- Ready for commandline parsing
==== Ver 0.08 (Aitor SANTAMARIA MERINO)
- commandline syntax
  DISPLAY  devname[:]=(EGA,n,m)
  for n=hardware cp number, m=number of pools to be used
- SELECT: trivial if selected=current
- frees environment block, saving resident space
- Computes correctly the tablesize for EGA adapters (and now yes, it
  should work with EGA!!)
