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

Function syscall_write

lab8/src/5/src/kernel/syscall.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int syscall_write(const char *str) {
32 return stdio.print(str);
33}
34
35int fork() {
36 return asm_system_call(2);

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected