From 132d3236bb884433bf94e961f6d32264e0334aec Mon Sep 17 00:00:00 2001 From: ornitorrincos Date: Tue, 18 Aug 2026 12:15:05 +0200 Subject: --- bootloader/vga.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bootloader/vga.h (limited to 'bootloader/vga.h') diff --git a/bootloader/vga.h b/bootloader/vga.h new file mode 100644 index 0000000..ba0843c --- /dev/null +++ b/bootloader/vga.h @@ -0,0 +1,16 @@ +#ifndef VGA_H +#define VGA_H + +#include +#include + +typedef struct _FBinfo +{ + int width; + int height; + +} FBinfo; + +void * EFIAPI SetVideoMode(int width, int height, int bitdepth); + +#endif // VGA_H -- cgit v1.2.3-70-g09d2