mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-26 06:53:23 +00:00
o3能运行
This commit is contained in:
@ -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)
|
||||
CFLAGS = $(GLOBAL_CFLAGS) -D $(PIC) -I $(shell pwd) -O1
|
||||
|
||||
export ASFLAGS := --64
|
||||
|
||||
|
Reference in New Issue
Block a user