xref: /haiku/src/bin/makebootable/platform/bios_ia32/Jamfile (revision 3e216965baa8d58a67bf7372e2bfa13d999f5a9d)
1SubDir HAIKU_TOP src bin makebootable platform bios_ia32 ;
2
3# write the stage 1 boot loader into the makebootable resources
4AddFileDataResource makebootable : RAWT:666:BootCode : stage1.bin ;
5
6BinCommand makebootable : makebootable.cpp : be ;
7