Subject: Re: Sending my ELF file through bba
To: None <ryan@riacs.edu>
From: Kazuki Sakamoto <sakamoto@splhack.org>
List: port-dreamcast
Date: 02/17/2001 23:14:55
ryan@riacs.edu wrote:

 >   I cant seem to figure out how to send my ELF file across the BBA

# mkdir /p
# mount_portal /usr/share/examples/mount_portal/tcp.1.conf /p

then,

# cat netbsd.elf > /p/tcp/dreamcast/4711
			  ^^^^^^^^^ hostname or IP address of your Dreamcast

sakamoto