linux.h
来自「Hermit-at-1.1.3,一款bootloader」· C头文件 代码 · 共 15 行
H
15 行
/* * Copyright (c) 2000 Blue Mug, Inc. All Rights Reserved. */#ifndef _HERMIT_TARGET_LINUX_H#define _HERMIT_TARGET_LINUX_H#include <target/command.h>extern void start_linux(void);extern const command_t linux_command;extern const command_t unzip_command;#endif /* _HERMIT_TARGET_LINUX_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?