|
nckernel
0.1
|
#include <sys/types.h>#include <stdio.h>#include <stddef.h>#include <stdarg.h>#include <debug.h>
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,...) |
| int dbg_printf | ( | const char * | format, |
| ... | |||
| ) |
Definition at line 197 of file debug.c.
References va_end, and va_start.
Referenced by _start(), create_zone(), divide_error_handler(), do_irq(), fat_load(), page_allocator_alloc(), page_allocator_dump_header(), page_fault_handler(), page_frame_alloc(), pthread_cancel(), pthread_init(), and vm_frame_init().

1.8.4