Closed delan closed 1 year ago
Thanks for creating this tool by the way, I was worried win98 would be unusable on my 7950X!
Quick question, after compiling it my vmm_patch_me1.h changed as follows. Is this ok?
diff --git a/vmm_patch_me1.h b/vmm_patch_me1.h
index 7b39c4b..6d30f1e 100644
--- a/vmm_patch_me1.h
+++ b/vmm_patch_me1.h
@@ -43,7 +43,7 @@ const uint8_t vmm_patch_me1_orig_check[] = {
0x9F, 0x0C, 0x3F, 0xE0, 0x7F, 0xFF, 0xFC, 0x37, 0xFC, 0x30, 0xFC, 0x3F, 0xFF, 0xC3, 0xFF, 0xFF,
0xFF, 0xFF, 0x0F, 0xFE, 0x1F, 0x0F, 0xFF, 0x0F, 0xFC, 0x3F, 0x87, 0xFF, 0xFF, 0x87, 0xFF, 0xE1,
0xE1, 0x87, 0xFF, 0xC3, 0x0D, 0xFF, 0xFC, 0xE1, 0xFF, 0x87, 0x86, 0x10, 0xC2, 0x1F, 0xFC, 0x30,
- 0xE7, 0xF9, 0xFF, 0xFF, 0x0F, 0x84, 0x30, 0xFC, 0x30, 0xF8,
+ 0xE7, 0xF9, 0xFF, 0xFF, 0x0F, 0x84, 0x30, 0xFC, 0x30, 0xFF,
};
/* new data to replace */
Hello @delan!
Thanks for patch!
Change in vmm_patch_me1.h
is OK, because last 3 bits this bitfield are ignored (it is compared 461 bytes). But anyway, thank you for the notice, I’ll do some bit masking, so headers will by generated consistently.
This patch fixes some compile errors in cputest.c with gcc 11.3.0 (NixOS 22.11):