https://github.com/franco-ruggeri/polito-system-programming-os161
Assignments of the OS internals part of the System Programming course (02GRSOV) at Politecnico di Torino
https://github.com/franco-ruggeri/polito-system-programming-os161
kernel operating-system
Last synced: 4 months ago
JSON representation
Assignments of the OS internals part of the System Programming course (02GRSOV) at Politecnico di Torino
- Host: GitHub
- URL: https://github.com/franco-ruggeri/polito-system-programming-os161
- Owner: franco-ruggeri
- Created: 2019-05-24T13:00:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T21:14:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T08:46:14.419Z (5 months ago)
- Topics: kernel, operating-system
- Language: C
- Homepage:
- Size: 375 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System Programming - OS design with OS/161
Assignments of the OS internals part of the System Programming course (02GRSOV) at Politecnico di Torino.The repository contains OS/161's kernel, a teaching operating system (see http://os161.eecs.harvard.edu/), with the extensions implemented as required by the assignments. The lab instructions are in Italian, while the rest is in English.