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

Function first_thread

lab8/src/1/src/kernel/setup.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void first_thread(void *arg)
29{
30 asm_halt();
31}
32
33extern "C" void setup_kernel()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected