stat_printf
stat_printf(TEXT("interrupt2"));
stat_printf(
stat_printf(TEXT("%s is loaded."), where_pref_load_from);
stat_printf(TEXT("preferences not loaded."));
stat_printf(
stat_printf(TEXT("interrupt"));
stat_printf(TEXT("execute kernel...failed"));
stat_printf(TEXT("open %s..."), wkernel_name);
stat_printf(TEXT("open %s...failed"), wkernel_name);
stat_printf(TEXT("read information from %s..."), wkernel_name);
stat_printf(TEXT("read information failed"), wkernel_name);
stat_printf(TEXT("create memory map..."));
stat_printf(TEXT("create memory map...failed"));
stat_printf(TEXT("prepare boot information..."));
stat_printf(TEXT("prepare boot information...failed"));
stat_printf(TEXT("loading..."));
stat_printf(TEXT("loading...failed"));
stat_printf(TEXT("execute kernel..."));
int stat_printf(LPWSTR lpszFmt, ...);