MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / printLogo

Method printLogo

lab8/src/7/src/kernel/shell.cpp:46–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void Shell::printLogo()
47{
48 move_cursor(0, 19);
49 printf(" ____ _ _ __ __ __ __ _____ ____\n");
50 move_cursor(1, 19);
51 printf("/ ___|| | | | \\/ | \\/ | ____| _ \\\n");
52 move_cursor(2, 19);
53 printf("\\___ \\| | | | |\\/| | |\\/| | _| | |_) |\n");
54 move_cursor(3, 19);
55 printf(" ___) | |_| | | | | | | | |___| _ <\n");
56 move_cursor(4, 19);
57 printf("|____/ \\___/|_| |_|_| |_|_____|_| \\_\\\n");
58}

Callers

nothing calls this directly

Calls 2

move_cursorFunction · 0.85
printfFunction · 0.70

Tested by

no test coverage detected