firmware_getenv
const char *firmware_getenv(const char *env);
cp = firmware_getenv("OSLOADPARTITION");
cp = firmware_getenv("OSLOADOPTIONS");
static char *firmware_getenv(char *);
bootpath = firmware_getenv("OSLoadPartition");
kernel = firmware_getenv("OSLoadFilename");