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

📄 files.c

📁 MIPS处理器的bootloader,龙芯就是用的修改过的PMON2
💻 C
字号:
/* $Id: files.c,v 1.1.1.2 2003/03/18 22:32:26 anoncvs Exp $ */#include <termio.h>/************************************************************* *  _mfile[] *      A stub to satisfy the linker when building PMON. This is *      necessary because the same read() and write() routines are *      used by both PMON and the client, and the client supports *      ram-based files. */Ramfile         _mfile[] ={    {0}};

⌨️ 快捷键说明

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