Code Monkey home page Code Monkey logo

operating-system-lab's Introduction

操作系统原理实验

  • 中山大学(SYSU)
  • 数据科学与计算机学院(SDCS)
  • 操作系统原理实验(Operating Systems Laboratory, DCS209)
  • 课程教师:凌应标
  • 2019 春季学期(Spring 2019)

作者:Jed

实验目录

序号 名称 简介 镜像文件 成绩
1 接管裸机的控制权 在裸机(虚拟机)上运行自己的程序 jed_stone.img A++
2 加载用户程序的监控程序 实现监控程序(原始操作系统)执行用户程序这一项基本功能 JedOS_v1.0.img A++
3 开发独立内核的操作系统 用C和汇编实现操作系统内核,并增加批处理能力 JedOS_v1.1.img A+++
4 异步事件编程技术 用时钟中断、键盘中断等处理异步事件 JedOS_v1.2.img A+++
5 实现系统调用 实现原型操作系统中一些基本的系统调用 JedOS_v1.3.img A++
6 二状态进程模型 多进程分时系统,采用时间片轮转调度进程运行 JedOS_v1.4.img A+++
7 进程控制与通信 五状态进程模型,支持 fork、wait 和 exit JedOS_v1.5.img A+++

说明

  • GCC + NASM 实模式(16 位兼容的 32 位代码);
  • Bash 脚本自动编译、链接、整合(非 Makefile);
  • 功能朴素,无花里胡哨或高端效果;
  • 代码质量一般,未作工程化考量;
  • 仅在 VMware Workstation Pro 15 中测试软盘镜像;
  • 报告文档详细;
  • 成绩—时间性价比较高,期末最终成绩为 97 分;
  • 仅完成至实验 7。

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.