aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/boot.h
blob: c1d928857afef63986cd2e295b218ac9668963f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// MIT License, Copyright (c) 2020 Marvin Borner
// This file specifies the structs passed by the bootloader

#include <def.h>

struct vid_info *boot_passed;
struct vid_info {
	u32 mode;
	u32 *vbe;
};