📄 setup_arch_pre.h
字号:
#include <asm/voyager.h>#define VOYAGER_BIOS_INFO ((struct voyager_bios_info *)(PARAM+0x40))/* Hook to call BIOS initialisation function *//* for voyager, pass the voyager BIOS/SUS info area to the detection * routines */#define ARCH_SETUP voyager_detect(VOYAGER_BIOS_INFO);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -