New BOOT_ARCH definition - this is used to create the kernel name (for
looking it up on the disks); it's set to OBOS_ARCH. Added the new files menu.cpp and loader.cpp to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4884 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,6 +8,8 @@ UsePrivateHeaders [ FDirName storage ] ;
|
|||||||
{
|
{
|
||||||
local defines =
|
local defines =
|
||||||
_BOOT_MODE
|
_BOOT_MODE
|
||||||
|
BOOT_ARCH=\\\"$(OBOS_ARCH)\\\"
|
||||||
|
|
||||||
BOOT_SUPPORT_PARTITION_AMIGA
|
BOOT_SUPPORT_PARTITION_AMIGA
|
||||||
BOOT_SUPPORT_PARTITION_APPLE
|
BOOT_SUPPORT_PARTITION_APPLE
|
||||||
BOOT_SUPPORT_PARTITION_INTEL
|
BOOT_SUPPORT_PARTITION_INTEL
|
||||||
@@ -27,6 +29,9 @@ KernelStaticLibrary boot_loader :
|
|||||||
partitions.cpp
|
partitions.cpp
|
||||||
heap.cpp
|
heap.cpp
|
||||||
stdio.cpp
|
stdio.cpp
|
||||||
|
#elf.cpp
|
||||||
|
menu.cpp
|
||||||
|
loader.cpp
|
||||||
|
|
||||||
# utils
|
# utils
|
||||||
list.c
|
list.c
|
||||||
|
|||||||
Reference in New Issue
Block a user