v0.41
~~~~~
- little source cleanup
- glibc2 fix (man 5 environ)
- added macros regX, regL and regH  (rulez.h)
- added TODO.hun

v0.4  many fixes
~~~~
- fixed: if path>255bytes then it was padded with 0s
- fixed: .COM files can be <28bytes
- fixed: .EXE init: DS=ES instead of DS=CS
- fixed: DOSMEM_BASE=0x10000 else PKLITE uses negative (wraparound) segments
- INT 3 emulation - big big HACK, FIX IT!  INT1 crashes.
  May need use of dosemu's signal system, but i couldn't understand it.
- fake emulation of IN AL,??h (E4 xx) and OUT ??h,AL (E6 xx) instruction
  (requires for WWPACKed EXEs)

Hmm. I'm starting understand why is DOSEMU so big...

v0.3  first released version
~~~~  
- memory management rewritten  (LRMI's was too simple)
- .EXE loader supports relocation
- better PSP
- more INT21h functions

v0.2
~~~~
- .EXE loader  
- Environment & commandline generation
- more INT21h functions
- unix<->dos path conversion

v0.1
~~~~
- .COM loader
- simple INT 16h,20h,21h,29h emulation



