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

Function first_thread

lab8/src/4/src/kernel/setup.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void first_thread(void *arg)
55{
56
57 printf("start process\n");
58 programManager.executeProcess((const char *)first_process, 1);
59 asm_halt();
60}
61
62extern "C" void setup_kernel()
63{

Callers

nothing calls this directly

Calls 2

printfFunction · 0.70
executeProcessMethod · 0.45

Tested by

no test coverage detected