Implement page fault for lazy loading executables, w/ G
This commit is contained in:
8
tests/devices/src/lib/kernel/console.h
Normal file
8
tests/devices/src/lib/kernel/console.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __LIB_KERNEL_CONSOLE_H
|
||||
#define __LIB_KERNEL_CONSOLE_H
|
||||
|
||||
void console_init (void);
|
||||
void console_panic (void);
|
||||
void console_print_stats (void);
|
||||
|
||||
#endif /* lib/kernel/console.h */
|
||||
Reference in New Issue
Block a user