TFTPFS is a static extension(it's loaded when system boots), and
it is automatically mounted on / on system startup.
It is currently the primary mean to load extensions into the system.
TFTPFS uses low level SAL code for networking. On SAL based on DEC OSF/1, tftp is implemented by polling, and this means that the whole system stops working while you are transfering a file using tftp. And, tftp sometimes gets hung.
Because of these problems, many people think using TFTP as a file system is not the right thing to do, so we are planning to switch to NFS soon.
/ at the system startup.
ls.
yasushi@cs.washington.edu