fix: fix Bmap build issue. add banner for Unvirt

This commit is contained in:
2024-08-27 17:13:52 +08:00
parent 65861143bf
commit 85ff80cbf7
4 changed files with 15 additions and 8 deletions

View File

@ -281,8 +281,8 @@ namespace Unvirt::Context {
YYCC::ConsoleHelper::EnableColorfulConsole();
// Show banner
YYCC::ConsoleHelper::WriteLine(YYCC_COLOR_LIGHT_YELLOW(u8"Unvirt"));
YYCC::ConsoleHelper::WriteLine(YYCC_COLOR_LIGHT_YELLOW(u8"Type 'help' for more infomation. Type 'exit' to quit."));
YYCC::ConsoleHelper::WriteLine(YYCC_COLOR_LIGHT_YELLOW(u8"Unvirt 0.2.0") " build at " __DATE__ " " __TIME__);
YYCC::ConsoleHelper::WriteLine(u8"Type 'help' for more infomation. Type 'exit' to quit.");
// start process loop
while (true) {