From 20d133c6f8cb6183402e172414735ff25d6410ee Mon Sep 17 00:00:00 2001 From: wilkie Date: Mon, 23 Mar 2009 12:11:46 +0800 Subject: [PATCH] Did preliminary work on x86 configuration. I need to figure stuff out still. Signed-off-by: The XOmB Overlord --- build/confs/x86.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ; \