<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>鼠侠网 - 《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</title>
    <link>https://lizhongc.com/forum-30-1.html</link>
    <description>Latest 20 threads of 《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</description>
    <copyright>Copyright(C) 鼠侠网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 23 Apr 2026 15:08:12 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://lizhongc.com/static/image/common/logo_88_31.gif</url>
      <title>鼠侠网</title>
      <link>https://lizhongc.com/</link>
    </image>
    <item>
      <title>64位 不使用快速系统调用返回用户态 该怎么做</title>
      <link>https://lizhongc.com/thread-551-1-1.html</link>
      <description><![CDATA[目前使用 qemu  + vscode +gas汇编 + c 写64位操作系统    使用 快速系统调用 得开启qemu的 kvm 模式 但是这会导致   无法进行源码级调试  有没有 人会的 教一下呀]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>朱星寒</author>
      <pubDate>Tue, 10 Dec 2024 13:34:09 +0000</pubDate>
    </item>
    <item>
      <title>求助：</title>
      <link>https://lizhongc.com/thread-535-1-1.html</link>
      <description><![CDATA[老师能针对会员整理个课程+资料打包的百度网盘分享链接吗？一个个点进去查找下载挺maf]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>whu_mango</author>
      <pubDate>Sat, 23 Nov 2024 09:05:35 +0000</pubDate>
    </item>
    <item>
      <title>virtual box无法运行，但Bochs可以运行的情况？</title>
      <link>https://lizhongc.com/thread-431-1-1.html</link>
      <description><![CDATA[各位同学有遇到过virtual box卡到 \&quot;Protect mode has been entered to prepare for IA-32e mode.\&quot;， 而不再继续打印\&quot;IA-32e mode(aka,long mode) is active.Specifically,compatibility mode.\&quot;的情况么？  但我的bochs可以正常打印\&quot;IA-32e mode(aka,long mode) is activ ...]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>print</author>
      <pubDate>Sat, 06 Jul 2024 07:24:21 +0000</pubDate>
    </item>
    <item>
      <title>中断调用过程,cr3,ds,es为什么不保存呢？</title>
      <link>https://lizhongc.com/thread-426-1-1.html</link>
      <description><![CDATA[老师，在中断调用过程, 要先保存当前任务的环境，那cr3,ds,es为什么不保存呢？]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>print</author>
      <pubDate>Sun, 30 Jun 2024 17:31:51 +0000</pubDate>
    </item>
    <item>
      <title>用户程序内存地址问题</title>
      <link>https://lizhongc.com/thread-425-1-1.html</link>
      <description><![CDATA[老师，请教一个问题? 在64位课程中，gdt中的代码段描述符基址是0，段界限是0xfffff,这样访问到的是4G的虚拟空间。但如果我的电脑内存是32G，那不就发挥不了我内存的优势了么？ 比如我申请一个12G的内存，但虚拟空间只有4G大小。
 ...]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>print</author>
      <pubDate>Sun, 30 Jun 2024 16:12:36 +0000</pubDate>
    </item>
    <item>
      <title>64bit，分页模式特权级检查问题</title>
      <link>https://lizhongc.com/thread-424-1-1.html</link>
      <description><![CDATA[老师，请教一个问题。
  平坦模型下,特权级检查由分页系统负责，但4级头表，页目录指针表，页目录表，页表的描述符并没有特权级属性？ 那怎么检查特权级呢？]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>print</author>
      <pubDate>Sun, 30 Jun 2024 14:16:08 +0000</pubDate>
    </item>
    <item>
      <title>第10章-数据竞争和互斥锁-第003课段</title>
      <link>https://lizhongc.com/thread-369-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Tue, 25 Jun 2024 00:35:29 +0000</pubDate>
    </item>
    <item>
      <title>第10章-数据竞争和互斥锁-第002课段</title>
      <link>https://lizhongc.com/thread-368-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Tue, 25 Jun 2024 00:33:16 +0000</pubDate>
    </item>
    <item>
      <title>第10章-数据竞争和互斥锁-第001课段</title>
      <link>https://lizhongc.com/thread-367-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Tue, 25 Jun 2024 00:31:02 +0000</pubDate>
    </item>
    <item>
      <title>第9章-多处理器环境下的多线程管理和调度-第006课段（习题）</title>
      <link>https://lizhongc.com/thread-366-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Tue, 25 Jun 2024 00:23:18 +0000</pubDate>
    </item>
    <item>
      <title>第9章-多处理器环境下的多线程管理和调度-第005课段</title>
      <link>https://lizhongc.com/thread-365-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 13:13:05 +0000</pubDate>
    </item>
    <item>
      <title>第9章-多处理器环境下的多线程管理和调度-第004课段</title>
      <link>https://lizhongc.com/thread-364-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 13:03:21 +0000</pubDate>
    </item>
    <item>
      <title>第9章-多处理器环境下的多线程管理和调度-第003课段</title>
      <link>https://lizhongc.com/thread-363-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 13:01:00 +0000</pubDate>
    </item>
    <item>
      <title>第9章-多处理器环境下的多线程管理和调度-第002课段</title>
      <link>https://lizhongc.com/thread-362-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 12:56:33 +0000</pubDate>
    </item>
    <item>
      <title>第9章-多处理器环境下的多线程管理和调度-第001课段</title>
      <link>https://lizhongc.com/thread-361-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 09:30:33 +0000</pubDate>
    </item>
    <item>
      <title>第8章-多处理器环境下的多任务管理和调度-第016课段（习题）</title>
      <link>https://lizhongc.com/thread-360-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 09:26:38 +0000</pubDate>
    </item>
    <item>
      <title>第8章-多处理器环境下的多任务管理和调度-第015课段</title>
      <link>https://lizhongc.com/thread-359-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 09:17:35 +0000</pubDate>
    </item>
    <item>
      <title>第8章-多处理器环境下的多任务管理和调度-第014课段</title>
      <link>https://lizhongc.com/thread-358-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 09:14:12 +0000</pubDate>
    </item>
    <item>
      <title>第8章-多处理器环境下的多任务管理和调度-第013课段（习题）</title>
      <link>https://lizhongc.com/thread-357-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 09:11:05 +0000</pubDate>
    </item>
    <item>
      <title>第8章-多处理器环境下的多任务管理和调度-第012课段</title>
      <link>https://lizhongc.com/thread-356-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《x86汇编语言：编写64位多处理器多线程操作系统》视频课程专区</category>
      <author>站长</author>
      <pubDate>Mon, 24 Jun 2024 08:16:37 +0000</pubDate>
    </item>
  </channel>
</rss>