{"id":27887391,"url":"https://github.com/vantamnguyen/operating-system-concepts","last_synced_at":"2026-05-02T05:03:49.668Z","repository":{"id":280683055,"uuid":"87200012","full_name":"VanTamNguyen/Operating-System-Concepts","owner":"VanTamNguyen","description":"My codes to illustrate what I learn from dinosaur book (Operating System Concepts)","archived":false,"fork":false,"pushed_at":"2017-08-13T15:09:21.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T12:43:59.507Z","etag":null,"topics":["dinosaur-book","memory-management","operating-system","processing","synchronization","thread"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VanTamNguyen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-04-04T15:00:03.000Z","updated_at":"2017-09-22T06:20:51.000Z","dependencies_parsed_at":"2025-03-04T19:35:11.528Z","dependency_job_id":null,"html_url":"https://github.com/VanTamNguyen/Operating-System-Concepts","commit_stats":null,"previous_names":["vantamnguyen/operating-system-concepts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VanTamNguyen/Operating-System-Concepts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VanTamNguyen%2FOperating-System-Concepts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VanTamNguyen%2FOperating-System-Concepts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VanTamNguyen%2FOperating-System-Concepts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VanTamNguyen%2FOperating-System-Concepts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VanTamNguyen","download_url":"https://codeload.github.com/VanTamNguyen/Operating-System-Concepts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VanTamNguyen%2FOperating-System-Concepts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dinosaur-book","memory-management","operating-system","processing","synchronization","thread"],"created_at":"2025-05-05T08:02:24.997Z","updated_at":"2026-05-02T05:03:49.650Z","avatar_url":"https://github.com/VanTamNguyen.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Operating-System-Concepts\nMy codes to illustrate what I learn from dinosaur book (Operating System Concepts)\n\n## Process synchronization\nPackage [com.tamco.synchronization](com.tamco.synchronization)\nis some illustration about process synchronization. \nPeterson solution is a software solution to synchronization\nproblem. But it is complex and not useful in modern computer\narchitecture. Fortunately most of architectures now provide\nspecial instructions such as [test_and_set](https://en.wikipedia.org/wiki/Test-and-set)\n, [compare_and_swap](https://en.wikipedia.org/wiki/Compare-and-swap)\nthat are un-interruptable (meaning atomically). We\ncan use them to solve synchronization problem.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvantamnguyen%2Foperating-system-concepts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvantamnguyen%2Foperating-system-concepts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvantamnguyen%2Foperating-system-concepts/lists"}