You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
.. | ||
boot.bin | 3 years ago | |
boot.bin.hex | 3 years ago | |
boot.d | 3 years ago | |
boot.lst | 3 years ago | |
boot.o | 3 years ago | |
boot.s | 3 years ago | |
defines.s | 3 years ago | |
readme.md | 3 years ago |
readme.md
powerpc-linux-gnu-as -a64 -mbig-endian -ma2 boot.s -ahlnd -o boot.o > boot.lst
powerpc-linux-gnu-objdump -d boot.o > boot.d
# creat binary
powerpc-linux-gnu-objcopy -O binary boot.o boot.bin
# create ascii hex
../bin/bin2init boot.bin