feature: vbe is enabled, drivers for vbe tbd
This commit is contained in:
12
headers/vbe.h
Normal file
12
headers/vbe.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct vbe_interface {
|
||||
uint32_t *buff;
|
||||
uint16_t height;
|
||||
uint16_t width;
|
||||
uint8_t bpp;
|
||||
};
|
||||
|
||||
extern struct vbe_interface display;
|
||||
Reference in New Issue
Block a user