解决O3下,printk在ap处理器中打印的信息会出现滚动的bug

This commit is contained in:
fslongjin
2022-08-01 23:45:21 +08:00
parent 23fa428274
commit aa7dc4daa5
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ LIB_FILES := $(foreach DIR,$(DIR_LIB),$(addprefix $(DIR)/,$(lib_patterns)))
# 控制操作系统使用的中断控制器 _INTR_8259A_ _INTR_APIC_
PIC := _INTR_APIC_
CFLAGS = $(GLOBAL_CFLAGS) -D $(PIC) -I $(shell pwd) -O3
CFLAGS = $(GLOBAL_CFLAGS) -D $(PIC) -I $(shell pwd)
export ASFLAGS := --64