mirror of
https://github.com/xomboverlord/xomb-bare-bones.git
synced 2026-01-11 18:33:15 +01:00
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:
committed by
The XOmB Overlord
parent
36543aa80f
commit
20d133c6f8
@@ -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 ; \
|
||||
|
||||
Reference in New Issue
Block a user