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

📄 sysinclude.h

📁 open source bios with linux platform, very good and can be reused.
💻 H
字号:
#ifndef __SYSINCLUDE_H#define __SYSINCLUDE_H#ifdef BOOTSTRAP#include "asm/types.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#else /* BOOTSTRAP */#include "libc/stdlib.h"#include "libc/string.h"#endif /* BOOTSTRAP */extern int	printk( const char *fmt, ... ) \			__attribute__ ((format (printf, 1, 2)));#ifdef BOOTSTRAP#define printk printf#endif#endif   /* __SYSINCLUDE_H */

⌨️ 快捷键说明

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