$ hppa64-linux-gnu-ld -Bstatic -nostartfiles -N --section-start .init=0x60000 -e '$START$' crt0.o smallboot.o -o boot
$ file boot
boot: ELF 64-bit MSB executable, PA-RISC 2.0 (LP64) version 1 (GNU/Linux), dynamically linked (uses shared libs), not stripped
>-Bstatic
>dynamically linked (uses shared libs)
ЧЯДНТ