上一页 1 ··· 3 4 5 6 7

2012年11月2日

自定义debug函数

摘要: 简单的DEBUG宏/********************** debug.h *************************/#ifndef _DEBUG_H_#define _DEBUG_H_#define DEBUG#ifdef DEBUG//#define TOY_DEBUG(format, ...) fprintf (stderr, format, ## __VA_ARGS__)#define TOY_DEBUG(format, ...) printf (format, ## __VA_ARGS__)#else#define TOY_DEBUG(format, ...... 阅读全文

posted @ 2012-11-02 12:54 cfox 阅读(438) 评论(0) 推荐(0) 编辑

2012年7月30日

linux加载文件系统

摘要: 内核如何加载文件系统的第一个程序init,以及VFS的相关 阅读全文

posted @ 2012-07-30 13:54 cfox 阅读(698) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7

导航