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.

13 lines
248 B
Markdown

#
```
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
```