From 9d7a7dbb9131db3dc41c673656c2e1342b33d3ba Mon Sep 17 00:00:00 2001 From: wilkie Date: Sun, 24 May 2009 14:04:20 +0800 Subject: [PATCH] Minor cosmetic error in configuration for x86 (32-bit) build. Signed-off-by: The XOmB Overlord --- build/confs/x86.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;\ \