vfs: check userland buffers before reading them.
[haiku.git] / src / tools / makebootable / platform / atari_m68k / Jamfile
blobc81e3ff43be81b6b81fc8ce4a1c8c73445caf28a
1 SubDir HAIKU_TOP src tools makebootable platform atari_m68k ;
3 SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin makebootable platform
4         atari_m68k ] ;
6 #USES_BE_API on <build>makebootable = true ;
8 # write the stage 1 boot loader into the makebootable resources
9 #AddFileDataResource <build>makebootable : RAWT:666:BootCode : stage1.bin ;
11 #BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBBE) ;
12 BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBSTDC++) ;