AlecRalsten / OSKA

ARM11 and Arm9 Kernel from ninjhax
GNU General Public License v3.0
20 stars 2 forks source link

ARM9 code should be separated from ARM11 #1

Closed 173210 closed 9 years ago

173210 commented 9 years ago

They have some differences which makes impossible to write into the same source file:

How to fix it:

arm-none-eabi-objcopy -S -O binary arm9.elf arm9.bin
arm-none-eabi-objcopy -I binary -O elf32-little arm9.bin arm9.o
173210 commented 9 years ago

ARM9 code has removed from oska.c by commit 4766350b1f3c6c2c93a248ee9a8c0b480ac8bd9b.