Did preliminary work on x86 configuration. I need to figure stuff out still.

Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
wilkie
2009-03-23 12:11:46 +08:00
committed by The XOmB Overlord
parent 36543aa80f
commit 20d133c6f8

View File

@@ -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 ; \