Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ _start
Function
_start
tests/integration_test/opensbi_test/main.cpp:33–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
extern
"C"
void _start(uint32_t argc, uint8_t* argv) {
34
main(argc, argv);
35
36
// 进入死循环
37
while (1) {
38
;
39
}
40
}
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected