Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (7h)  netbsd-10 (16d)  netbsd-9 (16d)  netbsd-8 (21d) 

2024-06-02 07:29:57 UTC Now

2019-02-07 10:58:45 UTC MAIN commitmail json YAML

Improvements:

- Emulate the instructions by executing them directly on the host CPU.
  This is easier and probably faster than doing it in software
  manually.

- Decode SUB from Primary, CMP from Group1, TEST from Group3, and add
  associated tests.

- Handle correctly the cases where an instruction that always implicitly
  reads the register operand is executed with the mem operand as source
  (eg: "orq (%rbx),%rax").

- Fix the MMU handling of 32bit-PAE. Under PAE CR3 is not page-aligned,
  so there are extra bits that are valid.

With these changes in place I can boot Windows XP on Qemu+NVMM.

(maxv)