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:
parent
4ffc4692ae
commit
a597e79b0a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue