will not update

   :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  19 随笔 :: 3 文章 :: 20 评论 :: 0 引用

2006年3月27日 #

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

2005年9月6日 #

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

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

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

2005年9月5日 #

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

2005年8月4日 #

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

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

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

2005年8月1日 #

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

2005年7月1日 #

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

2005年6月30日 #

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

2005年6月27日 #

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

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

2005年6月25日 #

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

2005年3月17日 #

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

2005年3月16日 #

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

2005年3月13日 #

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

2005年3月12日 #

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

2005年3月11日 #

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