{"id":19632096,"url":"https://github.com/mobiwn/operating-systems","last_synced_at":"2026-03-04T10:31:50.310Z","repository":{"id":247557357,"uuid":"826112469","full_name":"Mobiwn/Operating-Systems","owner":"Mobiwn","description":"📚 Centralized collection of syllabus, books, experiments, and practice questions for the Operating Systems course at Urmia University.","archived":false,"fork":false,"pushed_at":"2024-07-09T06:54:35.000Z","size":45330,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T21:14:49.517Z","etag":null,"topics":["concurrency","concurrent-programming","dining-philosophers","dining-philosophers-problem","operating-system","operating-systems","os","slab","slab-allocator","system-calls","urmia-university"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mobiwn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-09T05:59:30.000Z","updated_at":"2024-07-09T13:47:44.000Z","dependencies_parsed_at":"2024-07-09T11:37:29.646Z","dependency_job_id":null,"html_url":"https://github.com/Mobiwn/Operating-Systems","commit_stats":null,"previous_names":["mobiwn/operating-systems"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mobiwn/Operating-Systems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobiwn%2FOperating-Systems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobiwn%2FOperating-Systems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobiwn%2FOperating-Systems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobiwn%2FOperating-Systems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mobiwn","download_url":"https://codeload.github.com/Mobiwn/Operating-Systems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mobiwn%2FOperating-Systems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["concurrency","concurrent-programming","dining-philosophers","dining-philosophers-problem","operating-system","operating-systems","os","slab","slab-allocator","system-calls","urmia-university"],"created_at":"2024-11-11T12:12:56.594Z","updated_at":"2026-03-04T10:31:50.222Z","avatar_url":"https://github.com/Mobiwn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Operating Systems Course\n\n🖥️ Welcome to the Operating Systems course repository! This repository hosts a comprehensive collection of reports, experiments, course materials, syllabus, books, practice questions, and more, designed for undergraduate Computer Engineering students at Urmia University.\n\n## 📑 Table of Contents\n\n- [Operating Systems Course](#operating-systems-course)\n  - [📑 Table of Contents](#-table-of-contents)\n  - [📚 Books](#-books)\n  - [📄 Course Syllabus](#-course-syllabus)\n  - [📂 Course Materials](#-course-materials)\n  - [🔬 Experiments](#-experiments)\n  - [❓ Practice Questions](#-practice-questions)\n  - [📝 Pamphlet](#-pamphlet)\n  - [📝 License](#-license)\n\n## 📚 Books\n\nThe `Books` directory includes essential reading materials to support your learning:\n\n| 📁 File Name                                      |\n|---------------------------------------------------|\n| [Bash Shell Scripting - Wikibooks.pdf](Books/Bash%20Shell%20Scripting%20-%20Wikibooks.pdf)  |\n| [kernel-module-programming.pdf](Books/kernel-module-programming.pdf)       |\n\n## 📄 Course Syllabus\n\nThe `Course-Syllabus` directory provides the detailed schedule and overview of the Operating Systems course:\n\n| 📁 File Name                            |\n|-----------------------------------------|\n| [schedule-OS14011.pdf](Course-Syllabus/schedule-OS14011.pdf)   |\n\n## 📂 Course Materials\n\nThe `Course-Materials` directory contains various resources and notes to aid your study:\n\n| 📁 File Name                              |\n|-------------------------------------------|\n| [Basic Linux commands.png](Course-Materials/Basic%20Linux%20commands.png)      |\n| [Deadlock.pptx](Course-Materials/Deadlock.pptx)          |\n| [fileSystem.pdf](Course-Materials/fileSystem.pdf)        |\n| [O Management.pdf](Course-Materials/O%20Management.pdf)  |\n\n## 🔬 Experiments\n\nThis directory features a series of practical experiments crafted to deepen your understanding of various operating systems concepts:\n\n| 🧪 Experiment No. | 📂 Experiment Name                                        |\n|-------------------|-----------------------------------------------------------|\n| 1                 | [Processes \u0026 Threads](Experiments/1.%20Processes%20\u0026%20Threads)   |\n| 2                 | [System Calls](Experiments/2.%20System%20Calls)                     |\n| 3                 | [Concurrency Control](Experiments/3.%20Concurrency%20Control)       |\n| 4                 | [Dining Philosophers](Experiments/4.%20Dining%20Philosophers)       |\n| 5                 | [Windows Memory Management](Experiments/5.%20Windows%20Memory%20Management) |\n| 6                 | [Slab](Experiments/6.%20Slab)                                         |\n| 7                 | [Windows File Management](Experiments/7.%20Windows%20File%20Management)       |\n| 8                 | [Windows Memory Management (Presentation)](Experiments/8.%20Windows%20Memory%20Management%20(Presentation)) |\n| 9                 | [Windows Processes and Threads (Presentation)](Experiments/9.%20Windows%20Processes%20and%20Threads%20(Presentation)) |\n| 10                | [Windows File Management (Presentation)](Experiments/10.%20Windows%20File%20Management%20(Presentation)) |\n\n## ❓ Practice Questions\n\nThe `Practice-Questions` directory includes sample exams and practice questions to help you prepare for tests:\n\n| 📁 File Name                                      |\n|---------------------------------------------------|\n| [OS-Sample Exams.pdf](Practice-Questions/OS-Sample%20Exams.pdf) |\n| [OS96-1-Mid1.pdf](Practice-Questions/OS96-1-Mid1.pdf)           |\n| [OS97-1-Mid1.docx](Practice-Questions/OS97-1-Mid1.docx)         |\n\n## 📝 Pamphlet\n\nThe `Pamphlet` directory contains course notes to supplement your study:\n\n| 📁 File Name                                                       |\n|--------------------------------------------------------------------|\n| [Operating Systems (Course Notes) - Dr. Sharifi.pdf](Pamphlet/Operating%20Systems%20(Course%20Notes)%20-%20Dr.%20Sharifi.pdf) |\n\n## 📝 License\n\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\nI hope you find these materials and experiments helpful in your studies. Happy learning! 🎓","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobiwn%2Foperating-systems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobiwn%2Foperating-systems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobiwn%2Foperating-systems/lists"}