📄 boot.h
字号:
/* tag: openbios loader prototypes for x86 * * Copyright (C) 2004 Stefan Reinauer * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */int forth_load(struct sys_info *info, const char *filename, const char *cmdline);int elf_load(struct sys_info *info, const char *filename, const char *cmdline);int linux_load(struct sys_info *info, const char *file, const char *cmdline);unsigned int start_elf(unsigned long entry_point, unsigned long param);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -