KernOS
kprintf.cpp File Reference
#include <kprintf.h>
#include <vga.h>
Include dependency graph for kprintf.cpp:

Go to the source code of this file.

Namespaces

 VGA
 Video Graphics Array namespace.
 

Functions

void kprintf (const char *Str)
 Prints string to display. More...
 

Variables

Vga VGA::Display
 

Function Documentation

◆ kprintf()

void kprintf ( const char *  Str)

Prints string to display.

Parameters
Str- string to print

Definition at line 13 of file kprintf.cpp.