0.0.2d: Added BGA support, graphics!
This commit is contained in:
@ -37,6 +37,7 @@
|
||||
#include <drivers/ps2_keyboard.h>
|
||||
#include <drivers/keyboard.h>
|
||||
#include <drivers/pit.h>
|
||||
#include <drivers/graphics/vga.h>
|
||||
/*#include <drivers/ahci.h>*/
|
||||
#include <drivers/ide.h>
|
||||
#include <mm/mm.h>
|
||||
@ -53,6 +54,7 @@
|
||||
#include <builtin_games/miner.h>
|
||||
|
||||
|
||||
|
||||
extern void _hang_asm(void);
|
||||
extern void _sti_asm(void);
|
||||
|
||||
@ -153,6 +155,9 @@ void kernel_main(multiboot_info_t* mbd, uint32_t magic)
|
||||
printf("Guten tag and welcome to Espresso %s\n", KERNEL_VERSION);
|
||||
|
||||
extern void terminal_clear(void);
|
||||
|
||||
//bga_defaults();
|
||||
|
||||
|
||||
terminal_clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user