92bb7e91ed
This reverts commit 349326db27
.
Makes the system unbootable on my gcc2 BIOS machine.
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
local haikuLoaderPackage = haiku_loader.hpkg ;
|
|
HaikuPackage $(haikuLoaderPackage) ;
|
|
|
|
|
|
# boot loader
|
|
AddFilesToPackage : haiku_loader.$(HAIKU_KERNEL_PLATFORM) ;
|
|
|
|
|
|
# Force no compression, so the stage one loader can directly execute the boot
|
|
# loader.
|
|
HAIKU_PACKAGE_COMPRESSION_LEVEL on $(haikuLoaderPackage) = 0 ;
|
|
|
|
BuildHaikuPackage $(haikuLoaderPackage) : haiku_loader ;
|