ref: 2d59b15c39dc0412e2722141cb5d48bf72b5665e
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);