Add some comment
This commit is contained in:
parent
dd6a7fb6fa
commit
bf534139e3
3 changed files with 13 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef __memPrint__
|
||||
#define __memPrint__
|
||||
|
||||
|
||||
//Define the bios color
|
||||
enum colorBios{
|
||||
|
||||
BLACK=0x0,
|
||||
|
@ -23,8 +23,10 @@ enum colorBios{
|
|||
|
||||
};
|
||||
|
||||
//Type def for biosColor
|
||||
typedef enum colorBios colorBios;
|
||||
|
||||
|
||||
// Define class to print text on screen
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue