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:
@@ -9,6 +9,7 @@ UsePrivateHeaders [ FDirName storage ] ;
|
|||||||
local defines =
|
local defines =
|
||||||
_BOOT_MODE
|
_BOOT_MODE
|
||||||
BOOT_SUPPORT_PARTITION_AMIGA
|
BOOT_SUPPORT_PARTITION_AMIGA
|
||||||
|
BOOT_SUPPORT_PARTITION_APPLE
|
||||||
;
|
;
|
||||||
|
|
||||||
defines = [ FDefines $(defines) ] ;
|
defines = [ FDefines $(defines) ] ;
|
||||||
@@ -25,6 +26,7 @@ KernelStaticLibrary boot_loader :
|
|||||||
list.c
|
list.c
|
||||||
|
|
||||||
amiga_rdb.cpp
|
amiga_rdb.cpp
|
||||||
|
apple.cpp
|
||||||
|
|
||||||
kernel_cpp.cpp
|
kernel_cpp.cpp
|
||||||
:
|
:
|
||||||
@@ -51,6 +53,9 @@ SEARCH on [ FGristFiles kernel_cpp.cpp list.c ]
|
|||||||
SEARCH on [ FGristFiles amiga_rdb.cpp ]
|
SEARCH on [ FGristFiles amiga_rdb.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems amiga ] ;
|
= [ 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 ]
|
SEARCH on [ FGristFiles stage2_crt0.S ]
|
||||||
= [ FDirName $(OBOS_TOP) src kernel boot arch $(OBOS_ARCH) ] ;
|
= [ FDirName $(OBOS_TOP) src kernel boot arch $(OBOS_ARCH) ] ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user