Added the apple style partitioning support to the boot loader.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4477 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-09-03 16:38:31 +00:00
parent cd67111575
commit 01d8a1cdc0
+6 -1
View File
@@ -9,8 +9,9 @@ UsePrivateHeaders [ FDirName storage ] ;
local defines =
_BOOT_MODE
BOOT_SUPPORT_PARTITION_AMIGA
BOOT_SUPPORT_PARTITION_APPLE
;
defines = [ FDefines $(defines) ] ;
SubDirCcFlags $(defines) -Wall -Wno-multichar ;
SubDirC++Flags $(defines) -Wall -Wno-multichar ;
@@ -25,6 +26,7 @@ KernelStaticLibrary boot_loader :
list.c
amiga_rdb.cpp
apple.cpp
kernel_cpp.cpp
:
@@ -51,6 +53,9 @@ SEARCH on [ FGristFiles kernel_cpp.cpp list.c ]
SEARCH on [ FGristFiles amiga_rdb.cpp ]
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems amiga ] ;
SEARCH on [ FGristFiles apple.cpp ]
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems apple ] ;
SEARCH on [ FGristFiles stage2_crt0.S ]
= [ FDirName $(OBOS_TOP) src kernel boot arch $(OBOS_ARCH) ] ;