<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>JEE Study|JAVA EE|企业级开发学习网 - 操作系统</title>
    <link>http://www.jeestudy.com/forum-143-1.html</link>
    <description>Latest 20 threads of 操作系统</description>
    <copyright>Copyright(C) JEE Study|JAVA EE|企业级开发学习网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 02 Jun 2026 12:21:36 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.jeestudy.com/static/image/common/logo_88_31.gif</url>
      <title>JEE Study|JAVA EE|企业级开发学习网</title>
      <link>http://www.jeestudy.com/</link>
    </image>
    <item>
      <title>堆与堆栈</title>
      <link>http://www.jeestudy.com/thread-181-1-1.html</link>
      <description><![CDATA[The Stack
    What is the stack? It\'s a special region of your computer\'s memorythat stores temporary variables created by each function (includingthe main() function). The stack is a \&quot;LIFO\&quot; (last in, first out)data structure, that is managed and opt]]></description>
      <category>操作系统</category>
      <author>JeeStudy</author>
      <pubDate>Sat, 11 Apr 2020 15:54:20 +0000</pubDate>
    </item>
    <item>
      <title>进程管理 -  进程间通信</title>
      <link>http://www.jeestudy.com/thread-180-1-1.html</link>
      <description><![CDATA[进程间通信有两种基本模型：共享内存（shared memory）和消息传递（message passing）。
    在共享内存模型中，建立起一块供协作进程共享的内存区域，进程通过向此共享区域读出或写入数据来交换信息。
    在消息传递模型中，通过在协作进程间交换消息来实现通信。 ...]]></description>
      <category>操作系统</category>
      <author>JeeStudy</author>
      <pubDate>Sat, 11 Apr 2020 13:35:14 +0000</pubDate>
    </item>
    <item>
      <title>进程管理 -  进程概念</title>
      <link>http://www.jeestudy.com/thread-179-1-1.html</link>
      <description><![CDATA[早期的计算机系统只允许一次执行一个程序。这种程序对系统有完全的控制，能访问所有的系统资源。而现代计算机系统允许将多个程序调入内存并发执行。这一发展要求对各种程序提供更严格的控制和更好的划分。这些需求产生了进程（process）的概念，即执行中的程序。进 ...]]></description>
      <category>操作系统</category>
      <author>JeeStudy</author>
      <pubDate>Sat, 11 Apr 2020 03:54:34 +0000</pubDate>
    </item>
    <item>
      <title>进程管理</title>
      <link>http://www.jeestudy.com/thread-178-1-1.html</link>
      <description><![CDATA[进程可以看作是正在执行的程序。进程需要一定的资源（如CPU时间、内存、文件、I/O设备）来完成其任务。这些资源在创建进程或执行进程时被分配。
    进程在大多数系统中是工作单元。这样的系统由一组进程组成：操作系统进程执行系统代码，用户进程执行用户代码。所 ...]]></description>
      <category>操作系统</category>
      <author>JeeStudy</author>
      <pubDate>Sat, 11 Apr 2020 02:50:10 +0000</pubDate>
    </item>
    <item>
      <title>操作系统概念 - 微内核</title>
      <link>http://www.jeestudy.com/thread-177-1-1.html</link>
      <description><![CDATA[随着UNIX操作系统的扩充，内核变得更大且更难以管理。在20世纪80年代中期，卡内基-梅隆大学的研究人员开发了一个称为 Mach 的操作系统，该系统采用微内核(microkemel）技术来模块化内核。采用这种方法的操作系统结构将所有非基本部分从内核中移走，并将它们作为系统 ...]]></description>
      <category>操作系统</category>
      <author>JeeStudy</author>
      <pubDate>Fri, 10 Apr 2020 15:52:21 +0000</pubDate>
    </item>
    <item>
      <title>操作系统概念 - 操作系统的实现</title>
      <link>http://www.jeestudy.com/thread-176-1-1.html</link>
      <description><![CDATA[传统上， 操作系统是用汇编语言来编写的。 不过， 现在操作系统都是用高级语言（如C或C＋＋）来编写的。
    使用非汇编语言编写的第一个系统可能是用于Burroughs计算机的主控程序（MCP）。MCP 采用一种 ALGOL 语言编写，在 MIT 开发的MULTICS主要是用PL/I 来编写的 ...]]></description>
      <category>操作系统</category>
      <author>JeeStudy</author>
      <pubDate>Fri, 10 Apr 2020 15:15:55 +0000</pubDate>
    </item>
    <item>
      <title>操作系统概念 - 什么是进程？</title>
      <link>http://www.jeestudy.com/thread-175-1-1.html</link>
      <description><![CDATA[什么是进程？


一个被加载到内存并执行的程序被叫做进程。


A program loaded into memory and executing is called a process




    分时和多程序设计需要在内存中同时保存几个作业（任务）。通常由于内存较小而不能容纳所有作业，所以这些作业刚开始存储在磁盘的 ...]]></description>
      <category>操作系统</category>
      <author>JeeStudy</author>
      <pubDate>Thu, 09 Apr 2020 12:27:26 +0000</pubDate>
    </item>
    <item>
      <title>WIN7 WIN10 双系统 实现安装</title>
      <link>http://www.jeestudy.com/thread-55-1-1.html</link>
      <description><![CDATA[0：前提
    电脑开启UEFI支持
    开机按住F2键进入BIOS
    LEGACY only
    UEFI only
    UEFI and LEGACY
    三种选项
    按需选择自己的启动选项
    若是单一的UEFI启动环境，选择“UEFI only”即可；
    若想支持UEFI，又想支持传统BIOS启动，选择“UEFI and ...]]></description>
      <category>操作系统</category>
      <author>JeeStudy</author>
      <pubDate>Sun, 04 Jun 2017 09:59:18 +0000</pubDate>
    </item>
  </channel>
</rss>