Home | History | Annotate | Download | only in pbsdboot

Lines Matching refs:TEXT

61 	TEXT("PocketBSD boot loader\r\n")
62 TEXT("Version 1.17.5 2001.05.05\r\n")
64 TEXT("Compiled for WinCE 1.01\r\n")
66 TEXT("Compiled for WinCE 2.00\r\n")
68 TEXT("\r\n")
69 TEXT("Copyright(C) 1999 Shin Takemura,\r\n")
70 TEXT("All rights reserved.\r\n")
71 TEXT("\r\n")
72 TEXT("http://www.NetBSD.org/ports/hpcmips/\r\n");
120 TCHAR szAppName[ ] = TEXT("PocketBSD boot");
121 TCHAR szTitle[ ] = TEXT("Welcome to PocketBSD!");
136 { BIFB_D2_M2L_3, TEXT(BIFBN_D2_M2L_3) },
137 { BIFB_D2_M2L_3x2, TEXT(BIFBN_D2_M2L_3x2) },
138 { BIFB_D2_M2L_0, TEXT(BIFBN_D2_M2L_0) },
139 { BIFB_D2_M2L_0x2, TEXT(BIFBN_D2_M2L_0x2) },
140 { BIFB_D4_M2L_F, TEXT(BIFBN_D4_M2L_F) },
141 { BIFB_D4_M2L_Fx2, TEXT(BIFBN_D4_M2L_Fx2) },
142 { BIFB_D4_M2L_0, TEXT(BIFBN_D4_M2L_0) },
143 { BIFB_D4_M2L_0x2, TEXT(BIFBN_D4_M2L_0x2) },
144 { BIFB_D8_00, TEXT(BIFBN_D8_00) },
145 { BIFB_D8_FF, TEXT(BIFBN_D8_FF) },
146 { BIFB_D16_0000, TEXT(BIFBN_D16_0000) },
147 { BIFB_D16_FFFF, TEXT(BIFBN_D16_FFFF) },
177 { TEXT("FreeStyle"), BIFB_D2_M2L_3,
180 { TEXT("FreeStyle(Small Font)"), BIFB_D2_M2L_3x2,
183 { TEXT("MobileGear MC-CS11"), BIFB_D2_M2L_0,
186 { TEXT("MobileGear MC-CS12"), BIFB_D2_M2L_0,
189 { TEXT("MobileGear MC-CS13"), BIFB_D2_M2L_0,
192 { TEXT("Mobile Pro 700"), BIFB_D2_M2L_0,
195 { TEXT("MobileGearII MC-R300"), BIFB_D2_M2L_0,
198 { TEXT("MobileGearII for DoCoMo"), BIFB_D2_M2L_0,
201 { TEXT("MobileGearII MC-R320"), BIFB_D2_M2L_0,
204 { TEXT("MobileGearII MC/R330"), BIFB_D2_M2L_0,
207 { TEXT("MobileGearII MC/R430"), BIFB_D16_0000,
210 { TEXT("MobileGearII MC-R500"), BIFB_D8_00,
213 { TEXT("Mobile Pro 750c"), BIFB_D8_00,
216 { TEXT("MobileGearII MC-R510"), BIFB_D8_00,
219 { TEXT("NEC MC-R510(15bit color)"), BIFB_D16_0000,
222 { TEXT("MobileGearII MC-R520"), BIFB_D16_0000,
225 { TEXT("NEC MC/R530(256 colors)"), BIFB_D8_00,
228 { TEXT("MobileGearII MC/R530"), BIFB_D16_0000,
231 { TEXT("MobileGearII MC/R550"), BIFB_D16_0000,
234 { TEXT("DoCoMo sigmarion"), BIFB_D16_0000,
237 { TEXT("Mobile Pro 770"), BIFB_D16_0000,
240 { TEXT("Mobile Pro 780"), BIFB_D16_0000,
243 { TEXT("MobileGearII MC-R700"), BIFB_D16_0000,
246 { TEXT("Mobile Pro 800"), BIFB_D16_0000,
249 { TEXT("MobileGearII MC/R730"), BIFB_D16_0000,
252 { TEXT("Mobile Pro 880"), BIFB_D16_0000,
255 { TEXT("Tripad PV-6000"), BIFB_D8_00,
258 { TEXT("Vadem Clio C-1000"), BIFB_D8_00,
261 { TEXT("Vadem Clio C-1050"), BIFB_D16_FFFF,
264 { TEXT("E-55"), BIFB_D2_M2L_0,
267 { TEXT("E-55(Small Font)"), BIFB_D2_M2L_0x2,
270 { TEXT("E-100"), BIFB_D16_FFFF,
273 { TEXT("E-500"), BIFB_D16_FFFF,
276 { TEXT("PocketPostPet"), BIFB_D16_FFFF,
279 { TEXT("INTERTOP CX300"), BIFB_D8_00,
282 { TEXT("INTERTOP CX300(16bpp)"), BIFB_D16_0000,
285 { TEXT("INTERTOP CX310"), BIFB_D8_00,
288 { TEXT("PenCentra 130"), BIFB_D8_00,
291 { TEXT("IBM WorkPad z50"), BIFB_D16_0000,
294 { TEXT("Philips Nino 312"), BIFB_D2_M2L_0,
297 { TEXT("Compaq C-series 810"), BIFB_D2_M2L_0,
300 { TEXT("Compaq C-series 2010c"), BIFB_D8_00,
303 { TEXT("Compaq C-series 2015c"), BIFB_D8_00,
306 { TEXT("Compaq PRESARIO 213"), BIFB_D8_00,
309 { TEXT("Compaq Aero 1530"), BIFB_D4_M2L_F,
312 { TEXT("Aero1530(Small Font)"), BIFB_D4_M2L_Fx2,
315 { TEXT("Victor InterLink MP-C101"), BIFB_D16_0000,
318 { TEXT("Sharp Telios HC-AJ1/AJ2"), BIFB_D16_0000,
321 { TEXT("Sharp Telios HC-VJ1C (Japanese)"), BIFB_D16_0000,
324 { TEXT("Sharp Mobilon HC-4100/4500"), BIFB_D2_M2L_0, /* XXX 4bit greyscale */
327 { TEXT("Sharp HC-1200"), BIFB_D2_M2L_0, /* XXX 4bit greyscale */
337 TEXT('\\'), 0xff92, 0xff93, 0xff98, TEXT(' '), 0xff76, 0xff70, \
339 TCHAR unicode_memory_card[] = { UNICODE_MEMORY_CARD, TEXT('\\'), 0 };
340 TCHAR unicode_memory_card1[] = { UNICODE_MEMORY_CARD, TEXT('1'),TEXT('\\'),0 };
341 TCHAR unicode_memory_card2[] = { UNICODE_MEMORY_CARD, TEXT('2'),TEXT('\\'),0 };
346 { TEXT("/"),
348 { TEXT("2:/"),
350 { TEXT("\\"),
352 { TEXT("\\My Documents\\"),
354 { TEXT("\\Storage Card\\"),
356 { TEXT("\\Storage Card1\\"),
358 { TEXT("\\Storage Card2\\"),
424 debug_printf(TEXT("reverse_fb_type(): unknown type %d\n"), type);
442 TEXT("Error"),
443 TEXT("GetVersionEx() failed"));
458 wsprintf(filenamebuf, TEXT("%s%s"),
462 TEXT("Debug"),
463 TEXT("%s was created"), LOGNAME);
468 debug_printf(TEXT("%s"), version_string);
469 debug_printf(TEXT("Compiled for %d, Runtime OS version %d\n"),
525 stat_printf(TEXT("%s is loaded."), where_pref_load_from);
536 wsprintf(tmpbuf, TEXT("%s%S"), path_list[0].name, "netbsd");
537 stat_printf(TEXT("preferences not loaded."));
547 wstrcpy(pref.setting_name, TEXT("User defined"));
549 wstrcpy(pref.options, TEXT(""));
564 wsprintf(tmpbuf, TEXT("%s%S"),
604 TEXT("autoboot after %d second,tap or hit any key to interrupt"),
622 stat_printf(TEXT("interrupt"));
716 wsprintf(tempbuf, TEXT("%d"), boot_times[i]);
722 wsprintf(tempbuf,TEXT("%d"),pref.boot_time);
726 wsprintf(tempbuf, TEXT("%d"), boot_times[0]);
826 debug_printf(TEXT("fb setting: %s fb_type=%d 0x%X %dx%d %d\n"),
830 debug_printf(TEXT("timezone: %02ld:00\n"), (bi->timezone / 60));
850 MessageBox(NULL, TEXT("Unknown FrameBuffer type."),
854 debug_printf(TEXT("UpdateFbDlg(%s)\n"), fbs->name);
859 wsprintf(tmpbuf, TEXT("%X"), fbs->addr);
861 wsprintf(tmpbuf, TEXT("%d"), fbs->width);
863 wsprintf(tmpbuf, TEXT("%d"), fbs->height);
865 wsprintf(tmpbuf, TEXT("%d"), fbs->linebytes);
867 wsprintf(tmpbuf, TEXT("%08X"), fbs->platid_cpu);
869 wsprintf(tmpbuf, TEXT("%08X"), fbs->platid_machine);
896 debug_printf(TEXT("type=%d %dx%d %d bytes/line %08x %08x\n"),
902 debug_printf(TEXT("UpdateFbDlg(): internal error!\n"));
924 wsprintf(tmpbuf, TEXT("%d"), fb_size[i]);
931 wsprintf(tmpbuf, TEXT("%d"), fb_bpl[i]);
978 wsprintf(tmpbuf, TEXT("%X"), addr);
1025 hPort = CreateFile(TEXT("COM1:"),
1030 debug_printf(TEXT("serial port ON\n"));
1032 debug_printf(TEXT("open failed\n"));
1044 debug_printf(TEXT("serial port OFF\n"));
1064 TEXT("Last chance..."),
1065 TEXT("Push OK to boot.")) != IDYES) {
1072 TEXT("Warning"),
1073 TEXT("Sorry, palette failed"));
1113 MessageBox (NULL, TEXT("Kernel name required"),
1121 MessageBox(NULL, TEXT("invalid character"), szAppName, MB_OK);
1136 TEXT("too many options"),
1160 TEXT("Data in memory will be lost.\nAre you sure?"),
1188 debug_printf(TEXT("Args: "));
1190 debug_printf(TEXT("'%S' "), argv[i]);
1192 debug_printf(TEXT("\n"));
1193 debug_printf(TEXT("Bootinfo: fb_type=%d 0x%X %dx%d %d\n"),
1245 sndPlaySound(TEXT("Close"), SND_NODEFAULT | SND_ASYNC);
1268 sndPlaySound(TEXT("OpenProg"), SND_NODEFAULT | SND_ASYNC);
1288 MessageBox (NULL, TEXT("HELP NOT AVAILABLE"),
1298 stat_printf(TEXT("interrupt2"));
1304 TEXT("autoboot after %d second,tap or hit any key to interrupt"),
1345 debug_printf(TEXT("fb_setting=%d\n"), i);
1355 MessageBox(NULL, TEXT("MEMORY IS LOW"), szAppName, MB_OK);
1359 sndPlaySound(TEXT("Close"), SND_NODEFAULT | SND_ASYNC);