From af8e7d74d3c3a8ca38abb17966e0bcda49426909 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Sat, 6 Sep 2025 13:55:45 -0400 Subject: [PATCH] I don't plan on using mmx/sse, set the minimum cpu to a 686 --- src/stage2/stage2.nasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stage2/stage2.nasm b/src/stage2/stage2.nasm index 6b9025d..360641d 100755 --- a/src/stage2/stage2.nasm +++ b/src/stage2/stage2.nasm @@ -15,7 +15,7 @@ [BITS 16] [ORG 0x0500] ; IF YOU CHANGE ORG CHANGE THE SIGN OFFSET AT THE END -[CPU KATMAI] +[CPU 686] [map all build/stage2.map] [WARNING -reloc-abs-byte] [WARNING -reloc-abs-word]