o start to do the mmio debug in asm

This commit is contained in:
David Voswinkel
2009-05-18 10:03:15 +02:00
parent 1075795ef4
commit ef69ab4ab3
14 changed files with 1640 additions and 18 deletions

View File

@@ -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);