上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 62 下一页
摘要: [root@luozhonghua 03]# cat ex03-open-03.c/*文件ex03-open-03.c,O_CREAT和O_EXCL的使用*/#include #include #include #include int main(void){ int fd = -1; char... 阅读全文
posted @ 2014-08-03 11:51 172257861 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 场景: 正常 经过 gcc -o loccheck loccheck.c [root@luozhonghua 9]# ./loccheck in main(),pooh=2 and &pooh=0xbfcfa31c in main(),bah=5 and &bah=0xbfcfa318 --... 阅读全文
posted @ 2014-08-02 20:36 172257861 阅读(931) 评论(0) 推荐(0) 编辑
摘要: 场景: 正常 经过 gcc -o loccheck loccheck.c [root@luozhonghua 9]# ./loccheck in main(),pooh=2 and &pooh=0xbfcfa31c in main(),bah=5 and &bah=0xbfcfa318 --... 阅读全文
posted @ 2014-08-02 20:36 172257861 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 场景: 正常 经过 gcc -o loccheck loccheck.c [root@luozhonghua 9]# ./loccheck in main(),pooh=2 and &pooh=0xbfcfa31c in main(),bah=5 and &bah=0xbfcfa318 --... 阅读全文
posted @ 2014-08-02 20:36 172257861 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 各位看官, [root@luozhonghua aaa]# ls -l test.c -rw-r--r--. 1 root root 3 Aug 1 07:49 test.c #看加粗1 原始test.c文件索引节点值为1,也就是每个文件第一次生成时候都是唯一的1值 [roo... 阅读全文
posted @ 2014-08-01 23:00 172257861 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 各位看官, [root@luozhonghua aaa]# ls -l test.c -rw-r--r--. 1 root root 3 Aug 1 07:49 test.c #看加粗1 原始test.c文件索引节点值为1,也就是每个文件第一次生成时候都是唯一的1值 [roo... 阅读全文
posted @ 2014-08-01 23:00 172257861 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 各位看官, [root@luozhonghua aaa]# ls -l test.c -rw-r--r--. 1 root root 3 Aug 1 07:49 test.c #看加粗1 原始test.c文件索引节点值为1,也就是每个文件第一次生成时候都是唯一的1值 [roo... 阅读全文
posted @ 2014-08-01 23:00 172257861 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 第一部分: 一、BootLoader的概念 BootLoader是系统加电启运行的第一段软件代码.回忆一下PC的体系结构我们可以知道,PC机中的引导加载程序由BIOS(其本质就是一段固件程序)和位于硬盘MBR中的引导程序一起组成。BIOS在完成硬件检测和资源分配后,将硬盘MBR中的引... 阅读全文
posted @ 2014-07-29 15:02 172257861 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 第一部分: 一、BootLoader的概念 BootLoader是系统加电启运行的第一段软件代码.回忆一下PC的体系结构我们可以知道,PC机中的引导加载程序由BIOS(其本质就是一段固件程序)和位于硬盘MBR中的引导程序一起组成。BIOS在完成硬件检测和资源分配后,将硬盘MBR中的引... 阅读全文
posted @ 2014-07-29 15:02 172257861 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 第一部分: 一、BootLoader的概念 BootLoader是系统加电启运行的第一段软件代码.回忆一下PC的体系结构我们可以知道,PC机中的引导加载程序由BIOS(其本质就是一段固件程序)和位于硬盘MBR中的引导程序一起组成。BIOS在完成硬件检测和资源分配后,将硬盘MBR中的引... 阅读全文
posted @ 2014-07-29 15:02 172257861 阅读(148) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 62 下一页