putstrn
#define putstr(x) putstrn((x),sizeof(x)-1)
#define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0)
putstrn(bootpath, i);