<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>综合频道－巧巧读书</title>
    <description>IT咨询，教育，旅游</description>
    <link>http://www.qqread.com</link>
    <language>zh-cn</language>
    <generator>WWW.QQREAD.COM</generator>
    <copyright>Copyright 2002 - 2006 qqread.com, All Rights Reserved</copyright>
    <pubDate>Tues, 25 Jul 2006 00:15:05 GMT</pubDate>
    <item>
      <title>使用FreeBSD的原因</title>
      <link>http://www.qqread.com/freebsd/u141892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/u141892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>Berkeley Software Distribution (BSD) 系列操作系统的历史向前可以追溯到 20 世纪 70 年代后期由加利福尼亚大学 Berkeley 创建和维护的 BSD UNIX 操作系统。今天，BSD 系列包括 5 个主要分支，就是那些热衷于 Linux 的激进主义者也会惊叹于不断涌现的各种 BSD 分支。自...</description>
    </item>
    <item>
      <title>硬盘容量</title>
      <link>http://www.qqread.com/freebsd/d151892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/d151892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>容量表示多媒体硬盘播放器用于存储文件的空间大小，是多媒体硬盘播放器的重要参数，容量越大，就表示可以存储的内容（音乐或电影）越多。一般的播放器可以使用两种存储器，如MP4播放器和MP3播放器使用的的存储器（Flash Memory），一般为几十到几百兆（MB）。由于多媒体...</description>
    </item>
    <item>
      <title>FreeBSD启动扇区代码分析(ver5.2.1)</title>
      <link>http://www.qqread.com/freebsd/s161892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s161892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>FreeBSD完整的内核代码在FreeBSD的“/sys”目录下。其中，FreeBSD 的 Boot Manager代码是 sys\boot\i386\boot0\boot0.s，它是FreeBSD自带的Boot Manager，其功能虽然不如Linux的lilo和Grub功能强大，但它只需按一个键就可以引导,界面直观。小小的512字节,可以给你一个简...</description>
    </item>
    <item>
      <title>FreeBSD操作系统的引导</title>
      <link>http://www.qqread.com/freebsd/s171892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s171892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>一台运行FreeBSD的计算机有多种引导方法。这里讨论其中最通常的方法，也就是从安装了操作系统的硬盘上引导。引导过程分几步完成:*BIOS POST阶段*boot0阶段*boot2阶段*loader阶段*内核初始化boot0和boot2阶段在手册boot(8) 中被称为bootstrap stages 1 and 2，是FreeBSD...</description>
    </item>
    <item>
      <title>FreeBSD的boot0阶段介绍</title>
      <link>http://www.qqread.com/freebsd/s181892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s181892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>让我们看一下文件/boot/boot0。这是一个仅512字节的小文件。如果在FreeBSD安装过程中选择“bootmanager”，这个文件中的内容将被写入硬盘MBR 如前所述，INT 0x19指令装载MBR，也就是boot0的内容，至内存地址0x7c00。再看文件sys/boot/i386/boot0/boot0.s，可以猜想这里...</description>
    </item>
    <item>
      <title>FreeBSD操作系统的boot2阶段</title>
      <link>http://www.qqread.com/freebsd/s191892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s191892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>也许你想知道，为什么boot2是在boot0之后，而不是在boot1之后。事实上，也有一个512字节的文件boot1存放在目录/boot里，那是用来从一张软盘引导系统的。从软盘引导时，boot1起着boot0对硬盘引导相同的作用:它找到boot2并运行之。你可能已经看到有一文件/boot/mbr。这是b...</description>
    </item>
    <item>
      <title>FreeBSD系统内核对象</title>
      <link>http://www.qqread.com/freebsd/s201892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s201892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>内核对象，也就是Kobj，为操作系统内核提供了一种面向对象的C语言编程方式。被操作的数据也承载操作它的方法。这使得在不破坏二进制兼容性的前提下，某一个接口能够增/减相应的操作。Kobj工作时，产生方法的描述。每个描述有一个唯一的标识和一个缺省函数。某个描述的地...</description>
    </item>
    <item>
      <title>FreeBSD中的SYSINIT框架</title>
      <link>http://www.qqread.com/freebsd/s211892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s211892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>SYSINIT是一个通用的调用排序与分别执行机制的框架。FreeBSD目前使用它来进行内核的动态初始化。SYSINIT使得FreeBSD的内核各子系统可以在内核或模块动态加载链接时被重整、添加、删除、替换，这样，内核和模块加载时就不必去修改一个静态的有序初始化安排表甚至重新编译...</description>
    </item>
    <item>
      <title>调整FreeBSD的虚拟内存系统</title>
      <link>http://www.qqread.com/freebsd/z221892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/z221892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>开发者的协同努力使得FreeBSD可以自行动态调整内核。一般来说， 除了内核配置选项maxusers和NMBCLUSTERS，你不需要做任何杂乱的事情。这些内核编译配置选项(一般)被指定在 /usr/src/sys/i386/conf/CONFIG_FILE 之中。所有可用内核配置选项的描述可在 /usr/src/sys/i386/...</description>
    </item>
    <item>
      <title>FreeBSD的启动信息参考</title>
      <link>http://www.qqread.com/freebsd/s231892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s231892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>FreeBSD 在 i386上启动，如果启动正常，您将看到在屏幕上有很多信息滚动，最后您会看到登陆命令行。 您可以通过键入 Scroll-Lock和使用 PgUp 与 PgDn来查看信息，再键入 Scroll-Lock 回到命令行。 记录信息可能不会显示（缓冲区的限制）。您可以通过键入 dmesg ...</description>
    </item>
    <item>
      <title>理解FreeBSD中的图形界面X系统</title>
      <link>http://www.qqread.com/freebsd/k241892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/k241892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>对于那些熟悉其他图形环境，比如 Microsoft Windows 或者 Mac OS 的用户来说，第一次使用 X 可能会感觉很惊讶。 尽管您不需要了解各种 X 组件的所有细节和它们是如何互相影响的； 然而，了解一些基本的知识可以让您很好地利用 X 的强大功能。X 不是第一...</description>
    </item>
    <item>
      <title>FreeBSD的X显示管理器</title>
      <link>http://www.qqread.com/freebsd/s251892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s251892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>X 显示管理器(XDM) 是一个X视窗系统用于进行登陆会话管理的可选项。 这个可以应用于多种情况下，包括小 “X Terminals”， 桌面，大网络显示服务器。既然 X 视窗系统不受网络和协议的限制，那对于通过网络连接起来的运行 X 客户端和服务器端的不同机器， 就会有很多的可...</description>
    </item>
    <item>
      <title>FreeBSD的磁盘和BIOS的关系</title>
      <link>http://www.qqread.com/freebsd/s261892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s261892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>您的第一个工作就是要分配 FreeBSD 用的硬盘空间以便 sysinstall 先做好一些准备。为了完成这个工作，您必须先对 FreeBSD 如何找到 磁盘信息做一个了解。BIOS 磁盘编号当您在系统上安装配置 FreeBSD 之前，有一个重要的事情一定要注意，尤其是当您有多个硬盘的时候。 在...</description>
    </item>
    <item>
      <title>FreeBSD系统安装与配置之准备篇</title>
      <link>http://www.qqread.com/freebsd/s271892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s271892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>FreeBSD的安装同其他UNIX系统一样，我们在安装之前应该了解要安装FreeBSD的计算机硬件配置和Unix的一些基本概念，以及 FreeBSD软件的安装介质载体。在“概述篇”中我们就已经介绍了FreeBSD的起源、安装所包含的几种方式以及系统包含的文件内容含义；标准的 FreeBSD最小...</description>
    </item>
    <item>
      <title>FreeBSD的发展历史</title>
      <link>http://www.qqread.com/freebsd/s281892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s281892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>FreeBSD的起源最早可以追溯到贝尔实验室的第一版UNIX。1969年，Ken Thompson，Dennis Ritchie和其他成员在一台PDP7计算机上完成了UNIX的早期版本。Ritchie先前一直从事于MULTICS计划，MULTICS对以后的新操作系统有很大的影响。甚至名称UNIX也不过是MULTICS的双关语。基...</description>
    </item>
    <item>
      <title>FreeBSD 5.0硬盘安装指南</title>
      <link>http://www.qqread.com/freebsd/s291892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s291892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>一、FreeBSD安装盘的获得大家可以到FreeBSD的官方网站以及它的镜象网站上下载,建议下载光盘镜象,后缀名是ISO,下载完以后有条件的可以刻成直接启动盘(在NERO里, 选择由光盘镜象制作;而不是直接将解压后的ISO文件夹拖进去,这样的话光盘无法直接启动),下边的网址有几十个mi...</description>
    </item>
    <item>
      <title>FreeBSD的Loader和内核初始化</title>
      <link>http://www.qqread.com/freebsd/s301892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s301892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>loader也是一个 BTX 客户，在这里不作详述。已有一部内容全面的手册 loader(8) ，由Mike Smith书写。比loader更底层的BTX的机理已经在前面讨论过。 loader 的主要任务是引导内核。当内核被装入内存后，即被loader调用:sys/boot/common/boot.c:/* 从loader中调用内核中对...</description>
    </item>
    <item>
      <title>FreeBSD安装后的网卡配置</title>
      <link>http://www.qqread.com/freebsd/s311892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/s311892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>安装成功后， 就可以进行进一步的配置了。引导新安装的 FreeBSD 系统之后， 使用sysinstall (/stand/sysinstall 如果您使用的是 FreeBSD 5.2 之前的版本)， 并选择Configure。如果您之前配置用 PPP 通过 FTP 安装，那么这个画面将不会出现；正像所说的那样，您可以稍后...</description>
    </item>
    <item>
      <title>配置FreeBSD的网关和网络服务</title>
      <link>http://www.qqread.com/freebsd/p321892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/p321892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>出现如下提示时就可以开始网关的配置了: User Confirmation Requested Do you want this machine to function as a network gateway?[ Yes ]No如果这台机器要作为本地网络和其它机器之间传送数据包的网关，请选择 [ Yes ] 然后按 Enter。如果这台机器只是网络上的一个节...</description>
    </item>
    <item>
      <title>配置FreeBSD的FTP和NFS</title>
      <link>http://www.qqread.com/freebsd/p331892706.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/freebsd/p331892706.html</guid>
      <category>FreeBSD</category>
      <pubDate>Sat, 18 Mar 2006 00:00:00 GMT</pubDate>
      <description>出现以下提示就可以进行FTP设置了：User Confirmation Requested Do you want to have anonymous FTP access to this machine?Yes[ No ]选择默认的[ No ] 并按下 Enter 键将仍然可以让在这台机器上有账号的用户访问 FTP。要启用FTP匿名访问，用方向键选择 [ Yes ] 然后...</description>
    </item>
  </channel>
</rss>
