minor bug fixes + bmp first try (not working)

This commit is contained in:
xamidev
2024-09-06 16:32:11 +02:00
parent acbcc54e51
commit f55723c227
6 changed files with 103 additions and 8 deletions

View File

@@ -6,6 +6,8 @@
#ifndef KMAIN_H
#define KMAIN_H
#include <stdint.h>
typedef struct {
uint32_t type;
uint32_t size;
@@ -34,4 +36,7 @@ uint32_t initrd_addr;
uint32_t VGA_WIDTH;
uint32_t VGA_HEIGHT;
uint32_t bpp;
uint32_t pitch;
#endif