DragonOS/kernel/common/boot_info.h

24 lines
537 B
C
Raw Normal View History

/**
* @file boot_info.h
* @brief
*/
#pragma once
#include "glib.h"
/**
* @brief
*
* grub2 multiboot2
*
* dtb.h multiboot2.h
* dtb.cpp multiboot2.cpp
*/
/// 声明,定义在具体的实现中
/// 地址
extern uintptr_t boot_info_addr;
/// 长度
extern unsigned int boot_info_size;