mips架构的bootloader,99左右的版本 但源代码现在没人更新了

源代码在线查看: files.c

软件大小: 590 K
上传用户: fzjw0803005
关键词: bootloader mips 99 架构
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*************************************************************				 * File: lib/files.c				 * Purpose: Part of C runtime library				 * Author: Phil Bunce (pjb@carmel.com)				 * Revision History:				 *	970304	Start of revision history				 */								#include 								/*************************************************************				*  _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}};							

相关资源