will not update

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2006年3月27日

摘要: 在计算机中,大部分数据存放在主存中,8086CPU提供了一组处理主存中连续存放的数据串的指令——串操作指令。串操作指令中,源操作数用寄存器SI寻址,默认在数据段DS中,但允许段超越;目的操作数用寄存器DI寻址,默认在附加段ES中,不允许段超越。每执行一次串操作指令,作为源地址指针的SI和作为目的地址指针的DI将自动修改:+/-1(对于字节串)或+/-2(对于字串)。地址指针时增加还是减少取决于方向... 阅读全文
posted @ 2006-03-27 14:18 will not update 阅读(2002) 评论(3) 推荐(0)

2005年9月6日

摘要: 自己动手写操作系统(三) 阅读全文
posted @ 2005-09-06 13:18 will not update 阅读(909) 评论(1) 推荐(0)

摘要: 自己动手写操作系统(二) 阅读全文
posted @ 2005-09-06 13:17 will not update 阅读(937) 评论(1) 推荐(0)

摘要: 自己动手写操作系统(一) 阅读全文
posted @ 2005-09-06 13:16 will not update 阅读(820) 评论(0) 推荐(0)

2005年9月5日

摘要: 讲解Linux下AT&T汇编的几篇文章链接! 阅读全文
posted @ 2005-09-05 22:17 will not update 阅读(551) 评论(0) 推荐(0)

2005年8月4日

摘要: cs8900a移植到linux-2.6内核,实用的网卡驱动移植笔记! 阅读全文
posted @ 2005-08-04 21:50 will not update 阅读(3327) 评论(12) 推荐(0)

摘要: LCD移植到linux-2.6的一篇笔记总结! 阅读全文
posted @ 2005-08-04 21:48 will not update 阅读(1532) 评论(0) 推荐(0)

摘要: 关于yaffs移植到linux-2.6内核的实用文章! 阅读全文
posted @ 2005-08-04 21:44 will not update 阅读(2317) 评论(0) 推荐(0)

2005年8月1日

摘要: 写网络驱动程序的话,看一下这篇文章还是蛮不错的! 阅读全文
posted @ 2005-08-01 19:11 will not update 阅读(752) 评论(1) 推荐(0)

2005年7月1日

摘要: 介绍了用busybox来制作ramdisk镜像! 阅读全文
posted @ 2005-07-01 16:24 will not update 阅读(1863) 评论(1) 推荐(0)

2005年6月30日

摘要: 1) make menuconfig 时需选择相应的交叉编译器。选择对应平台的交叉编译器,如ARM的编译器,才能在ARM平台运行文件系统。2)选择devfs文件系统的支持。使/dev目录能自动mount。3)如果选general configeration下的runtime suid/sgid configeration选项,则在linux运行shell console时,如果敲入相关命令,会出现... 阅读全文
posted @ 2005-06-30 15:09 will not update 阅读(526) 评论(0) 推荐(0)

摘要: minicom用xmodem来传输文件老出错,总算有了个可以用的办法! 阅读全文
posted @ 2005-06-30 12:35 will not update 阅读(3414) 评论(1) 推荐(0)

2005年6月29日

摘要: 1:内核编译时选择配置文件:arch/arm/configs/smdk2410_defconfig 2:内核编译选项时要在file systems/pseudo filesystem/选择dev和temp文件系统支持3:在miscell filesystem选择cramfs和jffs2文件系统的支持4:在device driver选择mtd的分区和nandflash的相关支持选项,注意先不要... 阅读全文
posted @ 2005-06-29 13:19 will not update 阅读(114) 评论(0) 推荐(0)

2005年6月27日

摘要: 再次感谢superlp! 阅读全文
posted @ 2005-06-27 13:32 will not update 阅读(1107) 评论(0) 推荐(0)

摘要: 介绍的太详细了,感谢superlp! 阅读全文
posted @ 2005-06-27 13:30 will not update 阅读(2224) 评论(0) 推荐(0)

2005年6月25日

摘要: 网上问的人很多,这是我后来解决的办法,可能不通用! 阅读全文
posted @ 2005-06-25 19:30 will not update 阅读(754) 评论(0) 推荐(0)

2005年3月17日

摘要: 相信对于要用硬盘来安装FC3的人来说还是非常实用的! 阅读全文
posted @ 2005-03-17 17:19 will not update 阅读(701) 评论(0) 推荐(0)

2005年3月16日

摘要: 可能是最简单的配置了,呵呵! 阅读全文
posted @ 2005-03-16 20:46 will not update 阅读(821) 评论(0) 推荐(0)

2005年3月13日

摘要: Ebtables安装介绍,大家可以参考一下! 阅读全文
posted @ 2005-03-13 20:52 will not update 阅读(2006) 评论(0) 推荐(0)

2005年3月12日

摘要: 介绍Linux编程不错的文章! 阅读全文
posted @ 2005-03-12 12:16 will not update 阅读(1129) 评论(0) 推荐(0)

2005年3月11日

摘要: netfilter/iptables移植到PowerPC开发板的介绍! 阅读全文
posted @ 2005-03-11 20:56 will not update 阅读(1908) 评论(0) 推荐(0)