Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ write
Function
write
lab8/src/5/src/kernel/syscall.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
int write(const char *str) {
28
return asm_system_call(1, (int)str);
29
}
30
31
int syscall_write(const char *str) {
32
return stdio.print(str);
Callers
2
printf_add_to_buffer
Function · 0.70
printf
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected