mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-12-26 13:31:18 +00:00
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
This commit is contained in:
parent
d8a871b0ad
commit
b2f30a8807
@ -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)
|
||||
|
2
doc/BUILD_REQUIREMENTS.txt
Normal file
2
doc/BUILD_REQUIREMENTS.txt
Normal file
@ -0,0 +1,2 @@
|
||||
- ca65
|
||||
- ripxplore.rb >=0.7.0
|
Loading…
Reference in New Issue
Block a user