did some restructuring, got multitasking almost working
This commit is contained in:
7
kernel/drivers/vga/vga.h
Normal file
7
kernel/drivers/vga/vga.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef DVGA_H
|
||||
#define DVGA_H
|
||||
|
||||
void vga_init();
|
||||
void vga_putchar(char c);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user