[Add] laos base boot
This commit is contained in:
8
laos/include/kprintf.h
Normal file
8
laos/include/kprintf.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef KPRINTF_H__
|
||||
#define KPRINTF_H__
|
||||
|
||||
|
||||
void kprintf(char *fmt, ...);
|
||||
void panic(char *s);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user