From b2f30a8807be2f07f27273d2ef31e217b7ec4b05 Mon Sep 17 00:00:00 2001 From: jonnosan Date: Sat, 7 Feb 2009 05:19:55 +0000 Subject: [PATCH] changed from using dsktool to rixplore for creating the apple 2 boot disk git-svn-id: http://svn.code.sf.net/p/netboot65/code@37 93682198-c243-4bdb-bd91-e943c89aac3b --- client/clients/Makefile | 4 ++-- doc/BUILD_REQUIREMENTS.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 doc/BUILD_REQUIREMENTS.txt diff --git a/client/clients/Makefile b/client/clients/Makefile index 2cb3e94..4740a26 100644 --- a/client/clients/Makefile +++ b/client/clients/Makefile @@ -37,8 +37,8 @@ utherboot.pg2: utherboot.o $(IP65LIB) $(APPLE2NETLIB) $(INCFILES) ../cfg/a2langu $(LD) -m utherboot.map -C ../cfg/a2language_card.cfg -o utherboot.pg2 $(AFLAGS) $< $(IP65LIB) $(APPLE2NETLIB) utherboot.dsk: utherboot.pg2 - dsktool.rb --init dos33 utherboot.dsk -a utherboot.pg2 -t B - dsktool.rb utherboot.dsk -a hello -t A + ripxplore.rb --init AppleDos utherboot.dsk -a utherboot.pg2 -t AppleBinary + ripxplore.rb utherboot.dsk -a hello -t Applesoft $(BOOTA2.PG2): bootmenu.o $(IP65LIB) $(APPLE2NETLIB) $(INCFILES) ../cfg/a2language_card.cfg $(LD) -m bootmenu.map -C ../cfg/a2language_card.cfg -o $(BOOTA2.PG2) $(AFLAGS) $< $(IP65LIB) $(APPLE2NETLIB) diff --git a/doc/BUILD_REQUIREMENTS.txt b/doc/BUILD_REQUIREMENTS.txt new file mode 100644 index 0000000..9afa1e1 --- /dev/null +++ b/doc/BUILD_REQUIREMENTS.txt @@ -0,0 +1,2 @@ +- ca65 +- ripxplore.rb >=0.7.0 \ No newline at end of file