rearraged files, set up to use grub bootloader
This commit is contained in:
9
kernel/lib/stream.h
Normal file
9
kernel/lib/stream.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef KSTREAM_H
|
||||
#define KSTREAM_H
|
||||
|
||||
typedef struct {
|
||||
void (*putchar)(char c);
|
||||
void (*trunc)();
|
||||
} print_stream_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user