mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-26 02:43:25 +00:00
存在bug,apu启动后触发异常会Reset
This commit is contained in:
@ -7,7 +7,7 @@ DIR_LIB=lib
|
||||
lib_patterns := *.a
|
||||
LIB_FILES := $(foreach DIR,$(DIR_LIB),$(addprefix $(DIR)/,$(lib_patterns)))
|
||||
|
||||
CFLAGS := -mcmodel=large -fno-builtin -m64 -g
|
||||
CFLAGS := -mcmodel=large -fno-builtin -m64 -g -O0
|
||||
|
||||
# 控制操作系统使用的中断控制器 _INTR_8259A_ _INTR_APIC_
|
||||
PIC := _INTR_APIC_
|
||||
|
Reference in New Issue
Block a user