diff --git a/build/confs/x86.conf b/build/confs/x86.conf index 888aa19..45690c3 100644 --- a/build/confs/x86.conf +++ b/build/confs/x86.conf @@ -16,7 +16,7 @@ prebuild= \ \ \ echo ; \ -echo Setting up Architecture Dependence: x86_64; \ +echo Setting up Architecture Dependence: x86; \ echo '--> architecture.d';\ mkdir -p dsss_imports;\ mkdir -p dsss_objs;\ @@ -25,7 +25,7 @@ mkdir -p dsss_objs/O;\ cp ../kernel/arch/x86/imports/compile_typeinfo.sh dsss_imports/.;\ cp ../kernel/arch/x86/imports/architecture.d dsss_imports/.;\ echo ; \ -echo Compiling Assembly for target: x86_64 ;\ +echo Compiling Assembly for target: x86 ;\ echo '--> boot.s';\ yasm -felf32 -mx86 -o dsss_objs/O/kernel.arch.x86.boot.boot.o ../kernel/arch/x86/boot/boot.s;\ \