mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🔧 include上级文件夹时,统一采用<>来指定文件
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
|
||||
#include "stdint.h"
|
||||
#include "stdbool.h"
|
||||
#include "../../common/boot_info.h"
|
||||
#include "../acpi/acpi.h"
|
||||
#include <common/boot_info.h>
|
||||
#include <driver/acpi/acpi.h>
|
||||
|
||||
/// @see Multiboot2 Specification version 2.0.pdf
|
||||
// 启动后,在 32 位内核进入点,机器状态如下:
|
||||
|
Reference in New Issue
Block a user