Implemented initial printk. Added multiboot support.
This commit is contained in:
8
include/brados/printk.h
Normal file
8
include/brados/printk.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __brados_printk_h__
|
||||
#define __brados_printk_h__
|
||||
|
||||
#include <video/vga.h>
|
||||
|
||||
int printk(struct vgastate *term, const char *fmt, ...);
|
||||
|
||||
#endif
|
@ -3,6 +3,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
int strindexof(char c, const char *str);
|
||||
size_t strlen(const char *str);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user