mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-21 12:30:49 +00:00
Fixed build
This commit is contained in:
parent
16e179075f
commit
2f4b77a7dd
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ bin/rdisk_nonreloc.bin: bin obj/rdisk.o
|
||||
$(OBJCOPY) -O binary obj/rdisk.o $@
|
||||
|
||||
bin/rom.bin: bin bin/rdisk.bin obj/rdisk_rel.sym
|
||||
cp baserom_braun.bin bin/rom.bin
|
||||
cp baserom_braun_2m_0.9.bin bin/rom.bin
|
||||
cat bin/rdisk.bin | dd of=bin/rom.bin bs=1 seek=335266 skip=50 conv=notrunc # Copy driver code
|
||||
printf '\x78' | dd of=bin/rom.bin bs=1 seek=335168 count=1 conv=notrunc # Set resource flags
|
||||
printf '\x4F' | dd of=bin/rom.bin bs=1 seek=335216 count=1 conv=notrunc # Set driver flags
|
||||
|
Loading…
Reference in New Issue
Block a user