ref: 4a48f151b74da831bb8451b29d4e031e2322005f
dir: /sys/src/9/boot/boot.h/
enum {
Debug = 0,
};
extern void fatal(char*);
extern int readfile(char*, char*, int);
extern void run(char*, ...);
extern void setenv(char*, char*, int);
extern int writefile(char*, char*, int);