copyboot
int copyboot(struct open_file *, u_long *);
error = copyboot(&f, &addr);
int copyboot(struct open_file *, char *);
error = copyboot(&f, addr);
int copyboot(struct open_file *, char *);
error = copyboot(&f, addr);