登录
首页 » 操作系统 » 新版本发布之为0.6.5.0。它的基础上有点不到100和…

新版本发布之为0.6.5.0。它的基础上有点不到100和…

于 2023-05-02 发布 文件大小:4.26 MB
0 144
下载积分: 2 下载次数: 1

代码说明:

New Kolibri version 0.6.5.0 released. It s based on a bit less than hundred and a half revisions, including many changed and additions for both kernel and applications. Most noticeable is read ability from NTFS partitions, kernel support for programs and drivers packed with KPACK, functions to change cursors from the application side. Desktop picture should now look more attractive since new smoothing algorithm is used. Talking about programs changing we can mark KFAR (copy files, create folders), FASM (fixes for output generation), TINYPAD (work with mutliple files, change encoding, dynamic memory allocation). Changes have also been made to more than 50 other programs.

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

发表评论

0 个回复

  • 用ack汇编语言及80x86汇编指令完成一个运行在minix平台上的启动程序,并将其写入虚拟软驱(内容大于512B),实现:在无情况下运行一个简单的游戏...
    用ack汇编语言及80x86汇编指令完成一个运行在minix平台上的启动程序,并将其写入虚拟软驱(内容大于512B),实现:在无操作系统情况下运行一个简单的游戏程序。(我们选择的是“俄罗斯方块”。 )即裸机游戏-With ack, and 80x86 assembly language instructions to complete an assembly platform running on minix startup program and write the virtual floppy drive (content is greater than 512B), achieved: in the absence of operating system instances to run a simple game programs. (We chose " Tetris" .  ) that the bare-metal games
    2023-01-28 04:10:04下载
    积分:1
  • 电路实验收集的好东西,拿出来给大家分享了,多多支持啊
    电路实验收集的好东西,拿出来给大家分享了,多多支持啊-Experimental circuit of the good things to collect, share out to everyone, and a lot of support ah
    2022-03-02 20:58:28下载
    积分:1
  • linux下的C。点对点一收一发测试_192.168.0.1发_192.168.0.2收
    linux下的C。点对点一收一发测试_192.168.0.1发_192.168.0.2收-linux under C. Close out a point-to-point test _192.168.0.1 issued _192.168.0.2 close
    2022-05-20 05:12:19下载
    积分:1
  • Sourcecode of the Linux
    Sourcecode of the Linux-011 with detailed chinese annotation,it s verygood and worth reading.
    2023-01-08 03:05:04下载
    积分:1
  • 线程同步机制。 互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、...
    线程同步机制。 互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex" s function and the critical region is very similar. The difference is: Mutex spent more time than the multi-Critical Section, but the Mutex is the core object (Event, Semaphore is), you can cross-process use, and has been locked waiting for a Mutex can be set to TIMEOUT, not as Critical Section did not know the critical situation in the region, for so long and so die.
    2023-07-23 08:05:05下载
    积分:1
  • information system for understanding the mechanism of C source code
    用以理解系统消息机制的C++源代码-information system for understanding the mechanism of C source code
    2022-02-21 04:20:17下载
    积分:1
  • 用c++编的银行家算法
    用c++编的银行家算法-With c++ Made the banker s algorithm
    2022-01-26 05:36:31下载
    积分:1
  • 简单的shell 程序
    简单的shell 程序-A simple programe of Shell .
    2023-07-03 06:55:03下载
    积分:1
  • mc9328mx1的mem分配原代码,详细的配置
    mc9328mx1的mem分配原代码,详细的配置-mc9328mx1 the mem allocation code, detailed configuration
    2022-07-23 10:00:46下载
    积分:1
  • 1 : Prepare a simulation and debugging process scheduling procedures, "Prio...
    1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。 2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。 3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。 4、 程序与报告要求: a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。 b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。 c) 可以选择在Windows或Linux环境下编写、运行程序 d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。 e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。 -1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority
    2022-03-26 12:38:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载