Change of exactly one character, but an important detail. Target is i386 now instead of 686 in an attempt to run on retro hardware :).

This commit is contained in:
Jake Holtham 2025-07-21 23:34:37 -04:00
parent 4ffc4692ae
commit a597e79b0a

View file

@ -1,5 +1,5 @@
###CONFIGURATION ###CONFIGURATION
ARCH := i686 ARCH := i386
CROSS := $(ARCH)-elf- CROSS := $(ARCH)-elf-
AS := nasm AS := nasm
CC := $(CROSS)gcc CC := $(CROSS)gcc