From 4df3ed6cd33bf9df2cbc46e9c4c4f4b88fb43ccc Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sun, 11 Sep 2016 18:49:21 +0800 Subject: [PATCH] neatening --- .gitignore | 3 ++- Makefile | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e495899..85d9b74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ boot -hqx +tbxi.hqx kern kern.o prcl rom tbxi-data tbxi-rsrc +*.img diff --git a/Makefile b/Makefile index 761214f..cda4506 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ export PATH := /usr/cross/powerpc-eabi/bin:$(HOME)/mac-project/toolboxtoolbox:$(PATH) -copy: hqx - scp hqx sweetpotato.local:/home/elliotnunn/macstuff/rom.hqx +copy: tbxi.hqx + scp tbxi.hqx sweetpotato.local:$(HOME)/macstuff/ -hqx: tbxi-data tbxi-rsrc - binhexmake --data=tbxi-data --rsrc=tbxi-rsrc --type=tbxi --creator=chrp --name='Mac OS ROM' hqx +tbxi.hqx: tbxi-data tbxi-rsrc + binhexmake --data=tbxi-data --rsrc=tbxi-rsrc --type=tbxi --creator=chrp --name='Mac OS ROM' tbxi.hqx tbxi-data tbxi-rsrc: boot rsrc-template datafork-pefs tbximake tbxi-data tbxi-rsrc boot rsrc-template datafork-pefs/NQDResidentCursor datafork-pefs/ProcessMgrLib @@ -82,7 +82,7 @@ prcl: prcl-pefs rom \ --prcl -f=0000000a -t=prop -n=mac-io -c=nvram \ --bin -f=00000004 -t=ndrv -n=driver,AAPL,MacOS,PowerPC -l --src=prcl-pefs/ndrv@mac-io:nvram \ -\ +\https://github.com/elliotnunn/toolboxtoolbox --prcl -f=00000001 -t=prop -n=macos -c='' \ --bin -f=00000000 -t=cstr -n=MacOSROMFile-version --data 9.6f1 \ \ @@ -147,4 +147,4 @@ kern.o: kern.asm powerpc-eabi-as -many -mregnames -o kern.o kern.asm clean: - rm boot hqx kern kern.o prcl rom tbxi-data tbxi-rsrc + rm boot tbxi.hqx kern kern.o prcl rom tbxi-data tbxi-rsrc