diff --git a/build/confs/x86.conf b/build/confs/x86.conf index 783ac8b..0d5b6b4 100644 --- a/build/confs/x86.conf +++ b/build/confs/x86.conf @@ -19,13 +19,13 @@ echo ; \ echo Setting up Architecture Dependence: x86_64; \ echo '--> architecture.d';\ mkdir -p dsss_imports;\ -cp ../kernel/arch/x86_64/imports/architecture.d 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 -o dsss_objs/G/kernel.arch.x86_64.boot.boot.o ../kernel/arch/x86_64/boot/boot.s -felf64;\ +yasm -o dsss_objs/G/kernel.arch.x86.boot.boot.o ../kernel/arch/x86/boot/boot.s -felf;\ echo '--> load.S';\ -yasm -o dsss_objs/G/kernel.arch.x86_64.load.load.o ../kernel/arch/x86_64/boot/load.s -felf64;\ +yasm -o dsss_objs/G/kernel.arch.x86.load.load.o ../kernel/arch/x86/boot/load.s -felf;\ \ \ echo ; \