I don't plan on using mmx/sse, set the minimum cpu to a 686

This commit is contained in:
2025-09-06 13:55:45 -04:00
parent fde7abc544
commit af8e7d74d3

View File

@@ -15,7 +15,7 @@
[BITS 16] [BITS 16]
[ORG 0x0500] ; IF YOU CHANGE ORG CHANGE THE SIGN OFFSET AT THE END [ORG 0x0500] ; IF YOU CHANGE ORG CHANGE THE SIGN OFFSET AT THE END
[CPU KATMAI] [CPU 686]
[map all build/stage2.map] [map all build/stage2.map]
[WARNING -reloc-abs-byte] [WARNING -reloc-abs-byte]
[WARNING -reloc-abs-word] [WARNING -reloc-abs-word]