_L
_G|_R|_P, _A|_G|_L|_R|_X, _A|_G|_L|_R|_X, _A|_G|_L|_R|_X,
_A|_G|_L|_R|_X, _A|_G|_L|_R|_X, _A|_G|_L|_R|_X, _A|_G|_L|_R,
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R,
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R,
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R,
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R,
_A|_G|_L|_R, _A|_G|_L|_R, _A|_G|_L|_R, _G|_R|_P,
_P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
_L, _L, _L, _L, _L, _L, _L, _L,
_L, _L, _L, _L, _L, _L, _L, _L,
_L, _L, _L, _P, _P, _P, _P, _C
console->Printf(_L("\n"));
console->Printf(_L(">> %s, Revision %s\n"),
console->Printf(_L(">> Model %s\n"), model->model);
console->Printf(_L(">> Memory %d k\n"), membytes / 1024);
console->Printf(_L(">> Video %d x %d\n"), video->width, video->height);
console->Printf(_L("\n"));
console->Printf(_L("\nLoaded\n"));
if (_L(model->model).CompareF(_L("SERIES5 R1")) == 0)
ldd = _L("e32boot-s5.ldd");
else if (_L(model->model).CompareF(_L("SERIES5mx")) == 0)
ldd = _L("e32boot-s5mx.ldd");
console->Printf(_L("Not Supported machine\n"));
console->Printf(_L("LoadLogicalDevice failed: %d\n"), err);
console->Printf(_L("DoCreate failed: %d\n"), err);
TPtrC Default = _L("C:\\netbsd");
TPtrC Prompt = _L("Boot: ");
console->Printf(_L("["));
console->Printf(_L("]: "));
_L("[").Length() +
_L("]: ").Length());
console->Printf(_L("\nLoad failed: %d\n"), err);
base += (_L("[").Length() + Default.Length() +
_L("]: ").Length());
if (_L(memmaps[i].model).CompareF(_L(model->model)) == 0 &&