mirror of
https://github.com/xomboverlord/xomb-bare-bones.git
synced 2026-01-11 18:33:15 +01:00
Minor cosmetic error in configuration for x86 (32-bit) build.
Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
committed by
The XOmB Overlord
parent
81d8b09b83
commit
9d7a7dbb91
@@ -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;\
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user