stubbed out makebootable for atari. It should be doable the same way as on x86, but the emulator doesn't scan hdds for bootsector.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26106 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
SubDir HAIKU_TOP src bin makebootable platform atari_m68k ;
|
||||
|
||||
BinCommand makebootable : makebootable.cpp ;
|
||||
@@ -0,0 +1,6 @@
|
||||
int
|
||||
main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
SubDir HAIKU_TOP src tools makebootable platform atari_m68k ;
|
||||
|
||||
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin makebootable platform
|
||||
atari_m68k ] ;
|
||||
|
||||
#USES_BE_API on <build>makebootable = true ;
|
||||
|
||||
# write the stage 1 boot loader into the makebootable resources
|
||||
#AddFileDataResource <build>makebootable : RAWT:666:BootCode : stage1.bin ;
|
||||
|
||||
#BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBBE) ;
|
||||
BuildPlatformMain <build>makebootable : makebootable.cpp ;
|
||||
Reference in New Issue
Block a user