From e42c2f9984afe0403eeaa663f9c986859068ed96 Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Thu, 28 Sep 2006 12:04:31 +0000 Subject: [PATCH] git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18962 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/makebootable/platform/pxe_ia32/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/bin/makebootable/platform/pxe_ia32/Jamfile diff --git a/src/bin/makebootable/platform/pxe_ia32/Jamfile b/src/bin/makebootable/platform/pxe_ia32/Jamfile new file mode 100644 index 0000000000..ff60f1b0ba --- /dev/null +++ b/src/bin/makebootable/platform/pxe_ia32/Jamfile @@ -0,0 +1,6 @@ +SubDir HAIKU_TOP src bin makebootable platform bios_ia32 ; + +# write the stage 1 boot loader into the makebootable resources +AddFileDataResource makebootable : RAWT:666:BootCode : stage1.bin ; + +BinCommand makebootable : makebootable.cpp : be ;