albertleecn / osplabs

operating system principles and labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSP 2023 Fall

Operating system principles (OSP) Principles and Labs

读史兼怀计算机时代 AL
茫茫天宇化神工,草木虫猿一脉同。
万类轮回争剩勇,千秋疆场逞英雄。
炉中铜铁刀光冷,沙里硅晶智力聪。
娲祖当年曾料否,人机别后领长风。

Labs

labs

->lab08

copy one directory using multi-threads

last: lab07

Add a New System Call to list processes

Homeworks

homeworks

->HW02

阅读GPL许可证,浅谈自由软件运动(free software)在新时代的价值 HW02

remark

有话大家说

readings

Bibliography

OSP Bibliography

Research Institutions

What is OS

An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs.

Time-sharing operating systems schedule tasks for efficient use of the system and may also include accounting software for cost allocation of processor time, mass storage, printing, and other resources.

For hardware functions such as input and output and memory allocation, the operating system acts as an intermediary between programs and the computer hardware,although the application code is usually executed directly by the hardware and frequently makes system calls to an OS function or is interrupted by it. Operating systems are found on many devices that contain a computer – from cellular phones and video game consoles to web servers and supercomputers. Operating System

About

operating system principles and labs


Languages

Language:C 100.0%