On SGI machines you can append boot parameters to the bootp(): command in the command monitor.
Following the bootp(): command you can give the path and name of the file to boot if you did not give an explicit name via your bootp/dhcp server. Example:
bootp():/boot/tftpboot.img
Further kernel parameters can be passed via append:
bootp(): append="root=/dev/sda1"