o start to do the mmio debug in asm
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
void initDebugMap(void);
|
||||
void debug(void);
|
||||
void int2hex(unsigned long i, char *buf,word size);
|
||||
void writeln(char* line,word y);
|
||||
void enableDebugScreen(void);
|
||||
void printDebugScreen(char* line,word y);
|
||||
void enableDebugScreen(void);
|
||||
void printf(char* line);
|
||||
|
||||
Reference in New Issue
Block a user