fredericktutu / Simulating-Algorithms-for-OS

It is my experiment for operating system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulating-Algorithms-for-OS

It is my experiment for operating system

Simulate 5 algorithms for operating system

    1. processor management: round robin

    1. memory management: variable partition

    1. disk management: bitmap

    1. linux multi-processor

    1. productor and consumer


操作系统实验

    1. 处理机管理:时间片轮转法

    1. 内存管理:可变分区法

    1. 磁盘管理:位示图法

    1. linux多进程实验
    1. 生产者消费者

About

It is my experiment for operating system

License:MIT License


Languages

Language:C 100.0%