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

Method initialize

lab5/src/4/src/kernel/stdio.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void STDIO::initialize()
14{
15 screen = (uint8 *)0xb8000;
16}
17
18void STDIO::print(uint x, uint y, uint8 c, uint8 color)
19{

Callers 1

setup_kernelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected