makefile.boot

来自「linux2.6.16版本」· BOOT 代码 · 共 8 行

BOOT
8
字号
# The standard locations for stuff on CLPS711x type processors   zreladdr-y				:= 0xc0028000 params_phys-y				:= 0xc0000100# Should probably have some agreement on these...initrd_phys-$(CONFIG_ARCH_P720T)	:= 0xc0400000initrd_phys-$(CONFIG_ARCH_CDB89712)	:= 0x00700000

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?