All Projects → Jed-Z → operating-systems-lab

Jed-Z / operating-systems-lab

Licence: MIT license
中山大学操作系统原理实验 (2019 春):GCC+NASM 实模式操作系统,共包含 7 个实验项目

Programming Languages

assembly
5116 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to operating-systems-lab

CS-courses-notes
✨终生持续更新✨ 计算机基础自学笔记/心得/实验/资源汇总;C语言为主,课程:数据结构、操作系统(MIT6.S081)、分布式系统(MIT6.824)等
Stars: ✭ 276 (+1100%)
Mutual labels:  operating-system-learning
computer-organization-lab
中山大学计算机组成原理实验 (2018 秋):用 Verilog 设计并实现的简易单周期和多周期 CPU
Stars: ✭ 45 (+95.65%)
Mutual labels:  sysu
computer-networking-lab
中山大学计算机网络实验 (2019 春):配置实验、编程实验、“小溪网”理论练习题
Stars: ✭ 34 (+47.83%)
Mutual labels:  sysu
LudOS
A toy monolithic kernel written in C++
Stars: ✭ 38 (+65.22%)
Mutual labels:  operating-system-learning
DentOS
Experimental Stand-alone 32-bit Kernel with Bootloader written in AT&T Assembly and Freestanding C
Stars: ✭ 32 (+39.13%)
Mutual labels:  x86-os
KSOS
Our very own Operating System built from scratch for x86 architecture systems!
Stars: ✭ 83 (+260.87%)
Mutual labels:  x86-os

操作系统原理实验(课程项目)

  • 中山大学计算机学院
  • 操作系统原理实验(Operating Systems Laboratory, DCS218)
  • 教师:凌应标
  • 2018-2019 学年第二学期(大二下)

实验目录

序号 名称 简介 镜像文件 成绩
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 位代码);
  • 使用 Shell 脚本自动编译、链接、整合;
  • 未经美化的界面
  • 软盘镜像仅在 VMware Workstation Pro 15 中测试过;
  • 详细的实验报告文档。

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].