Add drivers folders
This commit is contained in:
parent
977e6564f2
commit
d7e31e9b99
3 changed files with 14 additions and 2 deletions
7
kernel/Drivers/memPrint/memPrint.cpp
Normal file
7
kernel/Drivers/memPrint/memPrint.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "./memPrint.hpp"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//Implement memPrint class to print text on screen
|
7
kernel/Drivers/memPrint/memPrint.hpp
Normal file
7
kernel/Drivers/memPrint/memPrint.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef __memPrint__
|
||||
#define __memPrint__
|
||||
|
||||
|
||||
// Define class to print text on screen
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue