向 S3C6410开发板中烧写 bootloader, Linux Kernel, FileSystem...
分类:
系统相关 时间:
2014-04-28 10:21:43
阅读次数:
558
看了一下Linux 0.11版本write的实现,首先它在标准头文件unistd.h中有定义
int write(int fildes, const char * buf, off_t count);
接下来看write.c
/*
* linux/lib/write.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__...
分类:
系统相关 时间:
2014-04-27 21:45:04
阅读次数:
523