Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DIR=$PWD
- PROJECT_NAME="bubbles"
- source /opt/toolchains/dc/kos/environ.sh
- #elf transform??
- sh-elf-objcopy -R .stack -O binary bubbles.elf output.bin
- #scraming process - make sure you have your path right
- $KOS_BASE/utils/scramble/scramble output.bin 1ST_READ.bin
- #creating iso -> -o outputname.cdi / build files path
- mkisofs -C 0,11702 -V PROJECT_NAME -G IP.BIN -r -J -l -o ../$PROJECT_NAME.iso $DIR
- #transform iso into a CDI
- $KOS_BASE/utils/cdi4dc/cdi4dc ../$PROJECT_NAME.iso ../$PROJECT_NAME.cdi -d > cdi4dc.log
Advertisement
Add Comment
Please, Sign In to add comment