nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
debug.c File Reference
#include <sys/types.h>
#include <stdio.h>
#include <stddef.h>
#include <stdarg.h>
#include <debug.h>
Include dependency graph for debug.c:

Go to the source code of this file.

Macros

#define BGCOLOR   0x70
 
#define COLS   80
 
#define MAXCOL   2000
 
#define ROWS   25
 
#define TABSIZE   7
 
#define VIDEORAM   0xb8000
 

Functions

int dbg_printf (const char *format,...)
 

Macro Definition Documentation

#define BGCOLOR   0x70

Definition at line 12 of file debug.c.

#define COLS   80

Definition at line 8 of file debug.c.

#define MAXCOL   2000

Definition at line 10 of file debug.c.

#define ROWS   25

Definition at line 9 of file debug.c.

#define TABSIZE   7

Definition at line 11 of file debug.c.

#define VIDEORAM   0xb8000

Definition at line 7 of file debug.c.

Function Documentation

int dbg_printf ( const char *  format,
  ... 
)