在内核代码中加入自定义的stdint.h文件 (#109)

This commit is contained in:
login
2022-12-16 16:20:09 +08:00
committed by GitHub
parent d02e6ea411
commit 0e0c187484
17 changed files with 4505 additions and 17 deletions

View File

@ -1,5 +1,5 @@
#include "multiboot2.h"
#include "assert.h"
#include <common/glib.h>
#include <common/kprint.h>

View File

@ -5,7 +5,7 @@
#pragma once
#include "stdint.h"
#include <DragonOS/stdint.h>
#include "stdbool.h"
#include <common/boot_info.h>
#include <driver/acpi/acpi.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <common/glib.h>
#include "stdint.h"
#include <DragonOS/stdint.h>
#define PORT_PCI_CONFIG_ADDRESS 0xcf8
#define PORT_PCI_CONFIG_DATA 0xcfc