<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>jrj317@电子工程网</title>
    <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104</link>
    <description>电子工程网</description>
    <copyright>Copyright(C) 电子工程网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 08 Sep 2026 06:26:36 +0000</lastBuildDate>
    <image>
      <url>https://www.eechina.com/static/image/common/logo_88_31.gif</url>
      <title>电子工程网</title>
      <link>https://www.eechina.com/</link>
    </image>
    <item>
      <title>dm-linear</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1749</link>
      <description><![CDATA[dm-linear =========    Device-Mapper's "linear" target maps a linear range of the Device-Mapper device onto a linear range of another device.&nbsp; This is the basic building block of logical volume managers.    Parameters: &lt;dev path&gt; &lt;offset&gt; &nbsp;&nbsp;&nbsp; &lt;dev path&gt;: Full pathnam ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:16:34 +0000</pubDate>
    </item>
    <item>
      <title>kcopyd</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1748</link>
      <description><![CDATA[kcopyd ======    Kcopyd provides the ability to copy a range of sectors from one block-device to one or more other block-devices, with an asynchronous completion notification. It is used by dm-snapshot and dm-mirror.    Users of kcopyd must first create a client and indicate how many memory pages t ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:15:09 +0000</pubDate>
    </item>
    <item>
      <title>KERNEL THREADS</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1747</link>
      <description><![CDATA[KERNEL THREADS     Freezer    Upon entering a suspended state the system will freeze all tasks. This is done by delivering pseudosignals. This affects kernel threads, too. To successfully freeze a kernel thread the thread has to check for the pseudosignal and enter the refrigerator. Code to do this ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:11:01 +0000</pubDate>
    </item>
    <item>
      <title>Power Management Interface</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1746</link>
      <description><![CDATA[Power Management Interface     The power management subsystem provides a unified sysfs interface to  userspace, regardless of what architecture or platform one is running. The interface exists in /sys/power/ directory (assuming sysfs is mounted at /sys).     /sys/power/state controls system power s ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:09:56 +0000</pubDate>
    </item>
    <item>
      <title>System Power Management States</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1745</link>
      <description><![CDATA[System Power Management States     The kernel supports three power management states generically, though each is dependent on platform support code to implement the low-level details for each state. This file describes each state, what they are commonly called, what ACPI state they map to, and wha ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:08:15 +0000</pubDate>
    </item>
    <item>
      <title>swsusp/S3 tricks</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1744</link>
      <description><![CDATA[&nbsp;swsusp/S3 tricks &nbsp;~~~~~~~~~~~~~~~~ Pavel Machek &lt; pavel@suse.cz &gt;    If you want to trick swsusp/S3 into working, you might want to try:    * go with minimal config, turn off drivers like USB, AGP you don't &nbsp; really need    * turn off APIC and preempt    * use ext2. At least it  ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:07:18 +0000</pubDate>
    </item>
    <item>
      <title>Device Power Management</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1743</link>
      <description><![CDATA[Device Power Management     Device power management encompasses two areas - the ability to save state and transition a device to a low-power state when the system is entering a low-power state; and the ability to transition a device to a low-power state while the system is running (and independent ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:06:17 +0000</pubDate>
    </item>
    <item>
      <title>Platform Devices and Drivers</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1742</link>
      <description><![CDATA[Platform Devices and Drivers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~    Platform devices ~~~~~~~~~~~~~~~~ Platform devices are devices that typically appear as autonomous entities in the system. This includes legacy port-based devices and host bridges to peripheral buses.      Platform drivers ~~~~~~~~~~~~~~~ ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:04:59 +0000</pubDate>
    </item>
    <item>
      <title>Bus Types</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1741</link>
      <description><![CDATA[Bus Types     Definition ~~~~~~~~~~    struct bus_type { &nbsp;char&nbsp;&nbsp;&nbsp;* name;    &nbsp;struct subsystem&nbsp;subsys; &nbsp;struct kset&nbsp;&nbsp;drivers; &nbsp;struct kset&nbsp;&nbsp;devices;    &nbsp;struct bus_attribute&nbsp;* bus_attrs; &nbsp;struct device_attribute&nbsp;* dev_a ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:03:53 +0000</pubDate>
    </item>
    <item>
      <title>Device Classes</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1740</link>
      <description><![CDATA[Device Classes     Introduction ~~~~~~~~~~~~ A device class describes a type of device, like an audio or network device. The following device classes have been identified:    &lt;Insert List of Device Classes Here&gt;     Each device class defines a set of semantics and a programming interface that  ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:02:55 +0000</pubDate>
    </item>
    <item>
      <title>The Basic Device Structure</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1739</link>
      <description><![CDATA[The Basic Device Structure ~~~~~~~~~~~~~~~~~~~~~~~~~~    struct device { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; struct list_head g_list; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; struct list_head node; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; struct list_head bus_list; &nbsp;&nbsp;&nbsp;&nb ...]]></description>
      <author>jrj317</author>
      <pubDate>Sun, 10 Apr 2011 00:01:54 +0000</pubDate>
    </item>
    <item>
      <title>Device Drivers</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1738</link>
      <description><![CDATA[Device Drivers    struct device_driver { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; char&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * name; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; struct bus_type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ...]]></description>
      <author>jrj317</author>
      <pubDate>Sat, 09 Apr 2011 23:59:52 +0000</pubDate>
    </item>
    <item>
      <title>Device Interfaces</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1737</link>
      <description><![CDATA[Device Interfaces    Introduction ~~~~~~~~~~~~    Device interfaces are the logical interfaces of device classes that correlate directly to userspace interfaces, like device nodes.  &nbsp;&nbsp;  Each device class may have multiple interfaces through which you can  access the same device. An input ...]]></description>
      <author>jrj317</author>
      <pubDate>Sat, 09 Apr 2011 23:58:53 +0000</pubDate>
    </item>
    <item>
      <title>Ext3 Filesystem</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1736</link>
      <description><![CDATA[Ext3 Filesystem ===============    ext3 was originally released in September 1999. Written by Stephen Tweedie for 2.2 branch, and ported to 2.4 kernels by Peter Braam, Andreas Dilger,  Andrew Morton, Alexander Viro, Ted Ts'o and Stephen Tweedie.    ext3 is ext2 filesystem enhanced with journalling ...]]></description>
      <author>jrj317</author>
      <pubDate>Sat, 09 Apr 2011 23:56:35 +0000</pubDate>
    </item>
    <item>
      <title>The Second Extended Filesystem</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1735</link>
      <description><![CDATA[The Second Extended Filesystem ==============================    ext2 was originally released in January 1993.&nbsp; Written by R\'emy Card, Theodore Ts'o and Stephen Tweedie, it was a major rewrite of the Extended Filesystem.&nbsp; It is currently still (April 2001) the predominant filesystem in  ...]]></description>
      <author>jrj317</author>
      <pubDate>Sat, 09 Apr 2011 23:54:58 +0000</pubDate>
    </item>
    <item>
      <title>Overview of Amiga Filesystems</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1734</link>
      <description><![CDATA[Overview of Amiga Filesystems =============================    Not all varieties of the Amiga filesystems are supported for reading and writing. The Amiga currently knows six different filesystems:    DOS\0&nbsp;&nbsp;The old or original filesystem, not really suited for &nbsp;&nbsp;hard disks and  ...]]></description>
      <author>jrj317</author>
      <pubDate>Sat, 09 Apr 2011 23:53:42 +0000</pubDate>
    </item>
    <item>
      <title>ROMFS - ROM FILE SYSTEM</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1733</link>
      <description><![CDATA[ROMFS - ROM FILE SYSTEM    This is a quite dumb, read only filesystem, mainly for initial RAM disks of installation disks.&nbsp; It has grown up by the need of having modules linked at boot time.&nbsp; Using this filesystem, you get a very similar feature, and even the possibility of a small kernel ...]]></description>
      <author>jrj317</author>
      <pubDate>Sat, 09 Apr 2011 23:52:24 +0000</pubDate>
    </item>
    <item>
      <title>S3C24XX Suspend Support</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1732</link>
      <description><![CDATA[&nbsp;&nbsp;&nbsp;S3C24XX Suspend Support &nbsp;&nbsp;&nbsp;=======================     Introduction ------------    &nbsp; The S3C2410 supports a low-power suspend mode, where the SDRAM is kept &nbsp; in Self-Refresh mode, and all but the essential peripheral blocks are &nbsp; powered down. For mo ...]]></description>
      <author>jrj317</author>
      <pubDate>Sat, 09 Apr 2011 23:50:08 +0000</pubDate>
    </item>
    <item>
      <title>S3C24XX ARM Linux Overview</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1731</link>
      <description><![CDATA[&nbsp;&nbsp;&nbsp;S3C24XX ARM Linux Overview &nbsp;&nbsp;&nbsp;==========================    &nbsp;    Introduction ------------    &nbsp; The Samsung S3C24XX range of ARM9 System-on-Chip CPUs are supported &nbsp; by the 's3c2410' architecture of ARM Linux. Currently the S3C2410 and &nbsp; the S3C2 ...]]></description>
      <author>jrj317</author>
      <pubDate>Sat, 09 Apr 2011 23:48:40 +0000</pubDate>
    </item>
    <item>
      <title>S3C2410 GPIO Control</title>
      <link>https://www.eechina.com/home.php?mod=space&amp;uid=9104&amp;do=blog&amp;id=1730</link>
      <description><![CDATA[&nbsp;&nbsp;&nbsp;S3C2410 GPIO Control &nbsp;&nbsp;&nbsp;====================    Introduction ------------    &nbsp; The s3c2410 kernel provides an interface to configure and &nbsp; manipulate the state of the GPIO pins, and find out other &nbsp; information about them.    &nbsp; There are a number ...]]></description>
      <author>jrj317</author>
      <pubDate>Sat, 09 Apr 2011 23:47:18 +0000</pubDate>
    </item>
  </channel>
</rss>