登录
首页 » 操作系统 » Intro.to.OrangeS OS构建自己的操作系统

Intro.to.OrangeS OS构建自己的操作系统

于 2022-08-18 发布 文件大小:392.30 kB
0 144
下载积分: 2 下载次数: 1

代码说明:

Intro.to.OrangeS OS构建自己的操作系统-Intro.to.OrangeS OS Build your own operating system

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ADMXPROX.dll文件,ADMXPROX.dll文件
    ADMXPROX.dll文件,ADMXPROX.dll文件-ADMXPROX.dll paper documents ADMXPROX.dll
    2022-01-25 22:11:20下载
    积分:1
  • 内核,是一个的核心。它负责管理的进程、内存、设备驱动程序、文件和网络,决定着的性能和稳定性。Linux为一个自由软件,在广大爱好者的支持下...
    内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core of an operating system. It is responsible for the process management system, memory, device drivers, files, and network system determines the system performance and stability. Linux as a free software, the majority of fans support, kernel version constantly updated. The core of the new amendments to the old kernel bug, and adds many new features. If users want to use these new features, or would like to according to their own system tailored to a more efficient, more stable core, will need to recompile the kernel. This article will be RedHat Linux 6.0 (kernel 2.2.5) for the operating system platform, introduced in the Linux kernel compile on approach.
    2022-01-26 08:22:41下载
    积分:1
  • 基于组件方式开发的OSKIT源代码
    基于组件方式开发操作系统的OSKIT源代码-component-based approach to the development of the operating system source code OSKIT
    2022-06-13 00:10:53下载
    积分:1
  • 一个关于USB开发的C源程序
    一个关于USB开发的C源程序-These are source code of c about USB.
    2023-03-17 18:40:04下载
    积分:1
  • 引导代码
    操作系统引导代码-OS code----------------------------
    2022-01-21 19:07:29下载
    积分:1
  • 书  名: unix和shell程序设计权威教程 出 版 社: 清华大学出版社   者: [美]佛努丹,吉尔伯格著 本书介绍了unix...
    书  名: unix和shell程序设计权威教程 出 版 社: 清华大学出版社 作  者: [美]佛努丹,吉尔伯格著 本书介绍了unix操作系统和shell编程两个部分的知识。前一部分全面讲解了unix操作系统,包括unix操作系统、vi和ex编辑器、文件系统与文件操作权限、以及各种unix实用程序;后一部分深入介绍了各种类型的unix shell编程,涵盖了korn shell、c shell等主要的shell类型。本书采用可视化讲解方法,全书包含大量的图、表、代码清单、脚本和代码示例,可有效帮助读者理解所介绍的内容;各章章末还配备了相应的复习题、练习题和上机实习等资料,以帮助读者巩固所学的知识。 -Title : unix shell design and authoritative guide publishers : Tsinghua University Press Author : [U.S.] Naodan Dover, Jierbage book, the book on the unix operating system and shell programming two parts of the knowledge. First part of a comprehensive account of unix operating systems, including unix operating system, and ex vi editor. file system and file manipulation authority, and various unix utilities; latter part of the in-depth briefings on the various types of unix shell programming, covering the korn shell. c shell, and other major type of shell. The book on the visual method, the book contains a large number of graphs, charts, code lists, scripts and code examples, ca
    2022-07-12 03:10:45下载
    积分:1
  • qt-x11-opensource-src-4.1.4.tar.gz源码-qt- x11- opensource- src- 4.1.4.tar.gz FOSS
    2023-08-31 06:00:10下载
    积分:1
  • 串口调试,串口监测,网络串口,虚拟串口
    应用背景本人自己编写的,串口调试,串口监测,网络串口,虚拟串口工具,应用方面很多,可以实现串口应用在网络上透传,支持从线程多进程并发运行。 如需修改,可以自己修改或联系本人协商关键技术直接使用Window串口编程,没有使用任何插件,运行速度快,在串口设备的调试,监测,网络传送,虚拟端口等方面,应用不错。同时对于多线程和多个进程并行运行,适应性比较强,是串口设备调试的用助手。
    2022-02-03 08:06:04下载
    积分:1
  • 动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然...
    动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配,完成主存空间的回收;最后编写主函数对所作工作进程测试。存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区-dynamic storage management through the distribution of the main deposit recovery. Dynamic Storage Management Division"s management style and preparation procedures are completed through dynamic storage management of main memory allocated to achieve recovery. Experiments including : first to identify the main deposit space allocation table; Then using the optimal algorithm to adapt to the completion of main memory space allocated main memory space complete recovery; Final preparation of the main function of the work done by the process of testing. When you deposit allocated for distribution free zone, and then fill in forms have been allocated to the district, mainly operating in the district idle
    2022-07-03 06:52:38下载
    积分:1
  • 的用户
    操作系统 操作系统] 操作系统 消费者-生产者模拟程序-OS operating system] operating system consumer-producer simulation program
    2023-02-14 05:45:04下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载