From a597e79b0a0b60ef8402f5311df54e0c4e901f65 Mon Sep 17 00:00:00 2001 From: Jake Holtham Date: Mon, 21 Jul 2025 23:34:37 -0400 Subject: [PATCH] Change of exactly one character, but an important detail. Target is i386 now instead of 686 in an attempt to run on retro hardware :). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59dc864..d65c432 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ###CONFIGURATION -ARCH := i686 +ARCH := i386 CROSS := $(ARCH)-elf- AS := nasm CC := $(CROSS)gcc