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

Function first_process

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

Source from the content-addressed store, hash-verified

29}
30
31void first_process()
32{
33 asm_system_call(0, 132, 324, 12, 124);
34 asm_halt();
35}
36
37void first_thread(void *arg)
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected