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

Method initialize

lab4/src/7/src/kernel/stdio.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

setup_kernelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected