config
来自「linux下从网卡远程启动」· 代码 · 共 23 行
TXT
23 行
# Config for ia64 Etherboot## Do not delete the tag OptionDescription and /OptionDescription# It is used to automatically generate the documentation.## @OptionDescrition@## BIOS interface options:## -DCONFIG_EFI# Compile in support for EFI## @/OptionDescription@CFLAGS+= -DCONSOLE_FIRMWARECFLAGS+= -DCONFIG_EFICFLAGS+= -fpic -mconstant-gp -mauto-picASFLAGS+= -mconstant-gp -mauto-picLDFLAGS+= -static -shared -Bsymbolic --warn-multiple-gp --warn-common
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?