Skip to content

v2.21

Latest
Compare
Choose a tag to compare
@Baron-von-Riedesel Baron-von-Riedesel released this 12 Feb 17:54
· 21 commits to master since this release

hdpmi:

  • fixed: reset PAE in CR4 only if ensured cpu is in real-mode - previously
    it caused a crash in Qemm if loaded with NOEMS.
  • IRQ routing: if interrupt hasn't been modified by a client, route IRQ
    to the real vector in the IVT, not to the internally stored one.
  • HDPMIxxi: fixed SimulateIO function.
  • HDPMIxxi: max trap ranges doubled ( 4 to 8 ).
  • HDPMIxxi.exe are now linked as PE binaries. As with the standard veriants,
    this ensures that 32-bit code and data won't share pages.
  • HDPMIST: option -t added to display TSS infos.
  • HDPMIxxi: new API function 9 to trap CLI/STI.
  • cmdline option -x got an optional shift factor.

dkrnl32:

  • fatal exit if dkrnl32's exception handler detects a 16-bit SS.
  • fixed: added missing 3. argument for RtlGetNtVersionNumbers().