⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 startmenu.h

📁 linux下从网卡远程启动
💻 H
字号:
/* Assembler routines */extern unsigned long currticks(void);extern int console_getc(void);extern void console_putc(int);extern int console_ischar(void);extern int console_getshift(void);extern void cpu_nap(void);/* Additional routines in startmenu.S */extern int console_checkkey(void);extern void console_cls(void);extern int console_getkey(void);extern int console_getxy(void);extern void console_gotoxy(int console_x, int y);extern void console_nocursor(void);extern void console_setattrib(int attr);

⌨️ 快捷键说明

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