<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>鼠侠网 - 计算机问题答疑</title>
    <link>http://lizhongc.com/forum-25-1.html</link>
    <description>Latest 20 threads of 计算机问题答疑</description>
    <copyright>Copyright(C) 鼠侠网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 23:15:01 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://lizhongc.com/static/image/common/logo_88_31.gif</url>
      <title>鼠侠网</title>
      <link>http://lizhongc.com/</link>
    </image>
    <item>
      <title>C/C++课程.c源文件里的中文是什么格式的编码</title>
      <link>http://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://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://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>请问memory_order_acq_rel和memory_order_seq_cst究竟有什么区别?</title>
      <link>http://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>x86汇编语言图书的Mac环境搭建</title>
      <link>http://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://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://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://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://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>振荡器频率越高处理器推进就越快吗</title>
      <link>http://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://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://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://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>
    <item>
      <title>第7章-硬件内存模型-第005课段 的问题。</title>
      <link>http://lizhongc.com/thread-493-1-1.html</link>
      <description><![CDATA[李老师，你好，第7章-硬件内存模型-第005课段 没有向高级会员开放。]]></description>
      <category>计算机问题答疑</category>
      <author>tsdtt</author>
      <pubDate>Wed, 30 Oct 2024 17:12:38 +0000</pubDate>
    </item>
    <item>
      <title>请教：《x86 编写64位多处理器多线程操作系统》CMOS RTC 寄存器B 的设置</title>
      <link>http://lizhongc.com/thread-491-1-1.html</link>
      <description><![CDATA[老师，您好！

               在 ，这一节中：

               书中设置 CMOS RTC 寄存器 B 为：mov al, 0x52。
               测量时需要的中断信号是：[周期性中断 (位6)]。

               但疑惑：为什么还要将 [更新周期结束中断 (位4)]，也置 1？

           ...]]></description>
      <category>计算机问题答疑</category>
      <author>jetcan</author>
      <pubDate>Tue, 29 Oct 2024 03:38:15 +0000</pubDate>
    </item>
    <item>
      <title>青椒老师!关于《从实模式到保护模式》 特权级的问题</title>
      <link>http://lizhongc.com/thread-489-1-1.html</link>
      <description><![CDATA[不知道我的理解有没有问题....想问一下老师 3特权级的代码段 跳到0特权级的依从的代码段之后,当前CS寄存器的RPL字段应该是11吧.]]></description>
      <category>计算机问题答疑</category>
      <author>波克比</author>
      <pubDate>Sun, 27 Oct 2024 18:12:56 +0000</pubDate>
    </item>
    <item>
      <title>调试的奇怪问题</title>
      <link>http://lizhongc.com/thread-479-1-1.html</link>
      <description><![CDATA[请教一下：我发现写入虚拟硬盘的机器码正确，但是调试时发现执行的指令跟虚拟磁盘上的不一样，如何处理这个奇怪的现象]]></description>
      <category>计算机问题答疑</category>
      <author>HeHairs</author>
      <pubDate>Sat, 12 Oct 2024 17:50:47 +0000</pubDate>
    </item>
    <item>
      <title>请教：《x86 编写64位多处理器多线程操作系统》环境搭建</title>
      <link>http://lizhongc.com/thread-478-1-1.html</link>
      <description><![CDATA[老师，您好！

        我现在的的环境是刚学完的《x86 从实模式到保护模式》 下的环境 (Bochs 和 VirtualBox)；

        请问：64位多处理器的环境，是否需要重新安装 Bochs 和 VirtualBox？ 
                 它们的虚拟硬盘是否需要更换？

        盼复，谢谢！

 ...]]></description>
      <category>计算机问题答疑</category>
      <author>jetcan</author>
      <pubDate>Sat, 12 Oct 2024 07:43:05 +0000</pubDate>
    </item>
    <item>
      <title>请教：编写64位多处理器操作系统一书内容</title>
      <link>http://lizhongc.com/thread-470-1-1.html</link>
      <description><![CDATA[在这一章：2.8 x64架构的系统表和系统描述符中


有一句话：“在x64架构的IA-32e模式下，有些系统描述符被扩展到64位，也就是从原来的8个字节扩展到16字节，以容纳和提供64位的线性地址。”，

请问老师这句话，是不是应该是“有些系统描述符被扩展到128位”呀？？
 ...]]></description>
      <category>计算机问题答疑</category>
      <author>2024jiayou</author>
      <pubDate>Fri, 27 Sep 2024 07:56:20 +0000</pubDate>
    </item>
    <item>
      <title>关于两个独立线程在同一个执行引擎上执行如何区分</title>
      <link>http://lizhongc.com/thread-464-1-1.html</link>
      <description><![CDATA[李老师,

     您好,
     
     在英特尔超线程技术中,同一个内核有两个线程在同一条流水上并送入执行引擎执行,因为每个线程都有一套寄存器，那如何区分呢,比如向rax里写数据,如何区分是写到哪套寄存器的rax呢。
     因为两个线程都各自由编译器编译完成,指令在送入CP ...]]></description>
      <category>计算机问题答疑</category>
      <author>x86Orx64</author>
      <pubDate>Wed, 18 Sep 2024 13:03:29 +0000</pubDate>
    </item>
  </channel>
</rss>