登录
首页 » 操作系统 » 写他自己的操作系统,“一本书的源代码,每…

写他自己的操作系统,“一本书的源代码,每…

于 2022-01-25 发布 文件大小:1.27 MB
0 122
下载积分: 2 下载次数: 1

代码说明:

《自己动手写操作系统》一书里面的源码,个人认为对学习操作系统的朋友有点帮助。-"to write his own operating system," a book which the source code, personal view on learning the system a bit to help a friend.

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

发表评论

0 个回复

  • WarmOS16位实模式
    WarmOS是一个用汇编编写的16位实模式操作系统,它包括了一些操作系统应该拥有的基本功能,支持COM格式文件的执行,提供了一些系统API以供程序员编写程序,并且从内核支持中文的显示。
    2022-09-10 05:25:03下载
    积分:1
  • 一个模拟基本进程调度的程序。可以很好的理解进程调度的过程...
    一个模拟基本进程调度的程序。可以很好的理解进程调度的过程-A simulation of the basic process scheduling program. Can be a good understanding of the process of scheduling the process of
    2022-06-01 21:49:08下载
    积分:1
  • S3C2440的Steppingstone源代码,NAND最初引导程序。
    S3C2440的Steppingstone源代码,NAND最初引导程序。-S3C2440
    2023-03-09 07:05:04下载
    积分:1
  • 模拟一个页式虚拟存储,用FIFO和LRU置换算法,计算所发生的缺页次数。
    1、模拟一个页式虚拟存储系统,用FIFO和LRU置换算法,计算所发生的缺页次数。每个进程在内存占有3页数据区,刚开始时数据区为空。有以下访问数据页序列:5  0  1  0  2  0  1  4  0  2  5  1  2  3  5   (测试数据)请分别模拟2、实现过程:1) 内存分配:给进程分配一定的物理块数,由用户输入物理块数,用数组元素模拟物理块。2) 由文件读入页面访问序列,用数组保存。3) 将要访问的页面依次调入内存,分配到物理块中,形成页框表。其表项号即物理块号(数组元素下标),将页号放入数组相应位置。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-07 13:05:33下载
    积分:1
  • a simple boot loader written with asm, this code shows how you can write a rea...
    a simple boot loader written with asm, this code shows how you can write a real mode boot loader,you can assemble it with nasm
    2022-07-17 01:59:49下载
    积分:1
  • AU1100嵌入式处理器lcd显示驱动程序
    AU1100嵌入式处理器lcd显示驱动程序-Lcd display embedded processor AU1100 driver
    2023-06-17 23:50:03下载
    积分:1
  • 模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use rec...
    模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use recently),LFR(最近最低频率lowest frequency recently),NUR(最近不使用no used recently)-Analog memory paging algorithms, including FIFO (first in first out first in first out), OPT (dynamic allocation optimal), LRU (recently does not use latest use recently), LFR (the lowest frequency of the recent lowest frequency recently), NUR (do not use the recent no used recently)
    2023-07-04 08:30:03下载
    积分:1
  • NUTTX源码
    Nuttx 是一个实时嵌入式操作系统(Embedded RTOS),它很小巧,在微控制器环境中使用。Nuttx完全可扩展,可从从小型(8位)至中型嵌入式(32位)系统。它的设计目的还在于完全符合POSIX标准,完全实时,并完全开放。
    2022-01-24 10:11:19下载
    积分:1
  • 这个文件最初在一个m
    这个文件最初在一个m-ix86pm的UCOS For 386包中, 但是没有源代码,原名叫ExeToImg.EXE 用于将PE结构的EXE文件转换为内存映像文件, 可用于在WIN平台上开发基于x86的操作系统 这个源代码编译后效果跟原版差不多,是我用OllyDBG反编译写成C的. 对于学习PE文件及操作系统有一定作用, 毕竟我的大部分的操作是在window下, 机器差得要得,不想用虚拟机在linux下编译入门的操作系统. 像中的Tinux -This document was originally in a m-ix86pm the UCOS For 386 package, but no source code, the original name used to ExeToImg.EXE structure of PE files into memory EXE image file that can be used in the WIN platform x86-based operating system of the source code compiled with the original effect is almost that I wrote with OllyDBG decompile C
    2022-03-22 06:43:00下载
    积分:1
  • 页式虚拟存储管理中地址转换和缺页中断,这是赏完课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换...
    页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换算法。-Page storage management in virtual address translation and page fault, which is the operating system rewards End internship hours to do the design, there are more than a complete analysis and design, such as experimental purposes, the experiment content, laboratory module, used in the application of advanced first-out page replacement algorithm.
    2022-01-24 14:30:36下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载