<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>鼠侠网 - 站长的网上家园</title>
    <link>http://www.lizhongc.com/forum-3-1.html</link>
    <description>Latest 20 threads of 站长的网上家园</description>
    <copyright>Copyright(C) 鼠侠网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 19 Jul 2026 21:48:51 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.lizhongc.com/static/image/common/logo_88_31.gif</url>
      <title>鼠侠网</title>
      <link>http://www.lizhongc.com/</link>
    </image>
    <item>
      <title>关于linux内核的list.h中INIT_LIST_HEAD()中的WRITE_ONCE()的讨论</title>
      <link>http://www.lizhongc.com/thread-899-1-1.html</link>
      <description><![CDATA[当前linux内核的主线的/include/linux/list.h的INIT_LIST_HEAD()的定义是这样的:


WRITE_ONCE(list-&gt;next, list)等同于list-&gt;next=list;
WRITE_ONCE(list-&gt;prev, list)等同于list-&gt;prev=list;
据我了解,加了WRITE_ONCE()是为了防止编译器自作主张进行重排

第一个WRITE ...]]></description>
      <category>站长的网上家园</category>
      <author>zhang</author>
      <pubDate>Wed, 08 Jul 2026 02:51:59 +0000</pubDate>
    </item>
    <item>
      <title>copy file to Dept.</title>
      <link>http://www.lizhongc.com/thread-887-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>站长的网上家园</category>
      <author>站长</author>
      <pubDate>Wed, 20 May 2026 01:42:19 +0000</pubDate>
    </item>
    <item>
      <title>今日网站首页较大调整</title>
      <link>http://www.lizhongc.com/thread-578-1-1.html</link>
      <description><![CDATA[2025-11-10，入驻知识星球。

2025-11-13，修改网站首页，英雄区改为单一广告，扫码加入“李忠的编读交流圈”。]]></description>
      <category>站长的网上家园</category>
      <author>站长</author>
      <pubDate>Thu, 13 Nov 2025 14:28:38 +0000</pubDate>
    </item>
    <item>
      <title>C/C++课程.c源文件里的中文是什么格式的编码</title>
      <link>http://www.lizhongc.com/thread-577-1-1.html</link>
      <description><![CDATA[因为喜欢vscode界面所以经常使用它来作为编辑器，但是打开源文件后里面的中文注释都是乱码的，试了几种常见的编码格式UTF-8、GBK、GB2312都还是乱码]]></description>
      <category>站长的网上家园</category>
      <author>煮玉米</author>
      <pubDate>Sat, 01 Nov 2025 15:48:12 +0000</pubDate>
    </item>
    <item>
      <title>操作系统书籍询问</title>
      <link>http://www.lizhongc.com/thread-576-1-1.html</link>
      <description><![CDATA[李老师好! 问下您在操作系统和Linux内核培训文章中提到的图书《操作系统设计与实现》指的是这本书吗]]></description>
      <category>站长的网上家园</category>
      <author>zhang</author>
      <pubDate>Fri, 29 Aug 2025 08:04:48 +0000</pubDate>
    </item>
    <item>
      <title>请教：《x86 编写64位多处理器多线程操作系统》第 6 章代码</title>
      <link>http://www.lizhongc.com/thread-571-1-1.html</link>
      <description><![CDATA[李老师，您好！


      在第 6 章代码中，测量 Local APIC 定时器时，已经关中断 (cli)，但为什么作为参考的 RTC 的中断信号，还能被检测到，用作计时时长？

      在实模式进入保护模式前，已 cli 关中断；
 
      直到内核程序中，自举处理器 BSP 安装 SIPI 中断门 ...]]></description>
      <category>站长的网上家园</category>
      <author>jetcan</author>
      <pubDate>Fri, 14 Feb 2025 06:41:45 +0000</pubDate>
    </item>
    <item>
      <title>关于举办2025届Linux内核原理线上培训的通知</title>
      <link>http://www.lizhongc.com/thread-568-1-1.html</link>
      <description><![CDATA[尽管不如Windows易用，但UNIX/LINUX却具有更多、更强大的工具。如果你想学习操作系统方面的知识，从LINUX入手肯定没错。尤其是在当前的形势下，学习LINUX这种开源的操作系统更是有特殊的意义。鉴于很多人的要求，兹决定开办Linux内核的2025线上培训活动，相关情况说明如 ...]]></description>
      <category>站长的网上家园</category>
      <author>站长</author>
      <pubDate>Wed, 22 Jan 2025 14:45:24 +0000</pubDate>
    </item>
    <item>
      <title>关闭WPS的登录提示</title>
      <link>http://www.lizhongc.com/thread-563-1-1.html</link>
      <description><![CDATA[每次打开WPS时都会提示登录。关闭的方法是：

打开注册表编辑器Regedit
定位到“计算机\\HKEY_CURRENT_USER\\Software\\kingsoft\\Office\\6.0\\plugins\\officespace\\flogin”
修改“isForceLoginNewDevice202111”或者类似的键，将键值改为“false”。
 ...]]></description>
      <category>站长的网上家园</category>
      <author>站长</author>
      <pubDate>Thu, 09 Jan 2025 10:23:44 +0000</pubDate>
    </item>
    <item>
      <title>请问memory_order_acq_rel和memory_order_seq_cst究竟有什么区别?</title>
      <link>http://www.lizhongc.com/thread-562-1-1.html</link>
      <description><![CDATA[为什么老师课程中对这两个内存序表述是一样的 ？]]></description>
      <category>站长的网上家园</category>
      <author>xiaoyangst</author>
      <pubDate>Wed, 08 Jan 2025 14:45:48 +0000</pubDate>
    </item>
    <item>
      <title>影像总结2024年</title>
      <link>http://www.lizhongc.com/thread-560-1-1.html</link>
      <description><![CDATA[现在是2024年12月31日21点多，2024年马上就要过去，2025年马上就要到来。

看到朋友圈和B站都有跨年的相关视频，本来也想在朋友圈总结一下，但是，我并不认为微信里的多数联系人会关注我发了什么。微信联系人有家人，朋友，同事，一面或者几面之交的人，多数人都不会在 ...]]></description>
      <category>站长的网上家园</category>
      <author>站长</author>
      <pubDate>Tue, 31 Dec 2024 13:55:41 +0000</pubDate>
    </item>
    <item>
      <title>x86汇编语言图书的Mac环境搭建</title>
      <link>http://www.lizhongc.com/thread-557-1-1.html</link>
      <description><![CDATA[原书是在Win上面编译的，这里有个网友的帖子，给出了Mac上编译的步骤：lichuang/x86-asm-book-source: 带注释的《X86汇编语言-从实模式到保护模式》一书代码]]></description>
      <category>站长的网上家园</category>
      <author>站长</author>
      <pubDate>Sun, 22 Dec 2024 07:58:03 +0000</pubDate>
    </item>
    <item>
      <title>请教：《x86 编写64位多处理器多线程操作系统》4.10.2</title>
      <link>http://www.lizhongc.com/thread-554-1-1.html</link>
      <description><![CDATA[老师，您好！

        书中 4.10.2，在单处理环境下，外壳任务与普通用户任务切换。
        
        昨天您指教我在栈操作方面基础差，所以特别留意栈操作。
        
        当前任务是外壳任务 (旧任务)，就绪任务是用户任务 (新任务，准备第 1 次运行)：
   
    ...]]></description>
      <category>站长的网上家园</category>
      <author>jetcan</author>
      <pubDate>Sat, 21 Dec 2024 13:17:20 +0000</pubDate>
    </item>
    <item>
      <title>请教：《x86 编写64位多处理器多线程操作系统》4.9</title>
      <link>http://www.lizhongc.com/thread-553-1-1.html</link>
      <description><![CDATA[李老师，您好！


     4.9 快速系统调用的进入和返回
     
    为 syscall/sysret 手工切换栈时，必须防止：在栈切换期间产生中断而导致数据被压入旧栈，为此，必须清中断 cli。

    现在假设，没有清中断：
    
syscall 已从用户态进入内核态，没来得及切换栈，当 ...]]></description>
      <category>站长的网上家园</category>
      <author>jetcan</author>
      <pubDate>Fri, 20 Dec 2024 07:37:27 +0000</pubDate>
    </item>
    <item>
      <title>bochs的字体非常小</title>
      <link>http://www.lizhongc.com/thread-549-1-1.html</link>
      <description><![CDATA[请问站长，bochs的设置字体非常小，这个怎么调]]></description>
      <category>站长的网上家园</category>
      <author>wyq2003</author>
      <pubDate>Sun, 08 Dec 2024 08:48:18 +0000</pubDate>
    </item>
    <item>
      <title>请教：《x86 编写64位多处理器多线程操作系统》x64 位模式下相对寻址的疑惑</title>
      <link>http://www.lizhongc.com/thread-548-1-1.html</link>
      <description><![CDATA[老师，您好！

        在书中，3.11.10：打印64位模式下的第一条信息。代码如下：
    
                 mov r15, [rel position]
     lea rbx, [r15 + welcome]
     call put_string64
      
        问题：

               既然相对寻址 (rel)，能找到标号 posi ...]]></description>
      <category>站长的网上家园</category>
      <author>jetcan</author>
      <pubDate>Fri, 06 Dec 2024 06:21:52 +0000</pubDate>
    </item>
    <item>
      <title>USB接口短路导致其不识别不能用的故障排除</title>
      <link>http://www.lizhongc.com/thread-536-1-1.html</link>
      <description><![CDATA[机箱前面有两个USB-A接口，其中一个插着无线键鼠的接收器，另一个空着。
今天不小心拿TYPE-C的耳机接头插到空着的那个USB-A接口，导致键鼠不动弹了。
后来发现这个USB-A接口及旁边的另一个USB-A接口不好使了。

设备管理器里查看，发现接口有叹号，属性报告此接口有问题 ...]]></description>
      <category>站长的网上家园</category>
      <author>站长</author>
      <pubDate>Sat, 23 Nov 2024 10:13:15 +0000</pubDate>
    </item>
    <item>
      <title>振荡器频率越高处理器推进就越快吗</title>
      <link>http://www.lizhongc.com/thread-532-1-1.html</link>
      <description><![CDATA[老师你好，请教几个疑惑问题

处理器再振荡器的激励下不停的往前推进(取指、译码、执行)，

1、就拿单个取指令来说，一般需要振荡器发出几次才可以完成？这个固定的嘛？
(假如:取指令需要3次震荡才能整体完成，每次震荡其实就跟接力赛一样接通某段电路然后又打开某段电 ...]]></description>
      <category>站长的网上家园</category>
      <author>linuxspring</author>
      <pubDate>Wed, 20 Nov 2024 02:03:58 +0000</pubDate>
    </item>
    <item>
      <title>设备间通讯技术梳理疑惑</title>
      <link>http://www.lizhongc.com/thread-531-1-1.html</link>
      <description><![CDATA[老师你好，
1、以太网 能否和(RS232、RS485以及USB)之间作为一类，都是一种设备间通讯技术！

2、很早很早之前那会拨号上网，数据链路层用的是ppp协议，并没有看到物理网卡是咋回事！

3、以太网属于串口还是并口通讯？ ...]]></description>
      <category>站长的网上家园</category>
      <author>linuxspring</author>
      <pubDate>Tue, 19 Nov 2024 03:49:16 +0000</pubDate>
    </item>
    <item>
      <title>独立编址中设备端口号问题</title>
      <link>http://www.lizhongc.com/thread-529-1-1.html</link>
      <description><![CDATA[考试你好，请教一个问题，再独立编址的计算机系统中，每个I/O设备所分配的端口为啥不会冲突，因为每个I/O设备厂家再设计自己的设备时总不能去看看现在那些端口已经被占用了吧！]]></description>
      <category>站长的网上家园</category>
      <author>linuxspring</author>
      <pubDate>Tue, 19 Nov 2024 01:02:26 +0000</pubDate>
    </item>
    <item>
      <title>关于在Bochs内运行课程文件的错误PCID=4 not supported</title>
      <link>http://www.lizhongc.com/thread-516-1-1.html</link>
      <description><![CDATA[在Bochs内运行配书程序和视频配套程序时，如果在启动时出现这样的错误：
slave: PCID = 4 not supported.

则需要找到程序中的以下代码并按照指示加以修改：]]></description>
      <category>站长的网上家园</category>
      <author>站长</author>
      <pubDate>Wed, 13 Nov 2024 14:03:16 +0000</pubDate>
    </item>
  </channel>
</rss>