bugfix: 修复因rsdp v1 v2版本问题,导致ACPI无法正常初始化的bug (#454)

bugfix: 修复因rsdp v1 v2版本问题,导致ACPI无法正常初始化的bug
This commit is contained in:
Jomo
2023-11-23 21:04:32 +08:00
committed by GitHub
parent c89d0c1237
commit cc5feaf67b
9 changed files with 111 additions and 482 deletions

View File

@ -7,7 +7,7 @@ CFLAGS += -I .
libc_sub_dirs=math sys
ifeq ($(ARCH), __x86_64__)
ifeq ($(ARCH), x86_64)
libc_sub_dirs += arch/x86_64
endif