Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ putc
Function
putc
tests/integration_test/aarch64_minimal/main.cpp:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
extern
"C"
{
10
volatile uint8_t* uart = (uint8_t*)0x9000000;
11
void putc(char character) { *uart = character; }
12
13
struct param {
14
uint64_t a;
Callers
2
callee
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected