{"id":20200221,"url":"https://github.com/superb-man/kernel-thread","last_synced_at":"2026-05-08T21:32:34.907Z","repository":{"id":247355621,"uuid":"825597234","full_name":"Superb-Man/Kernel-Thread","owner":"Superb-Man","description":"Kernel-Level Thread implementation for Operating systems( Lab 314) offline 5 in xv6.","archived":false,"fork":false,"pushed_at":"2024-07-08T06:45:00.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T01:08:18.136Z","etag":null,"topics":["kernel-threads","mutex-synchronisation","semaphore","spinlock"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Superb-Man.png","metadata":{"files":{"readme":"README","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-08T06:41:49.000Z","updated_at":"2024-07-08T06:57:26.000Z","dependencies_parsed_at":"2024-07-08T09:56:51.622Z","dependency_job_id":"f90fb13e-a8c3-4e5d-a517-309292021c05","html_url":"https://github.com/Superb-Man/Kernel-Thread","commit_stats":null,"previous_names":["superb-man/kernel-thread"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Superb-Man/Kernel-Thread","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superb-Man%2FKernel-Thread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superb-Man%2FKernel-Thread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superb-Man%2FKernel-Thread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superb-Man%2FKernel-Thread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Superb-Man","download_url":"https://codeload.github.com/Superb-Man/Kernel-Thread/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superb-Man%2FKernel-Thread/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32798326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["kernel-threads","mutex-synchronisation","semaphore","spinlock"],"created_at":"2024-11-14T04:42:29.637Z","updated_at":"2026-05-08T21:32:34.890Z","avatar_url":"https://github.com/Superb-Man.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"xv6 is a re-implementation of Dennis Ritchie's and Ken Thompson's Unix\nVersion 6 (v6).  xv6 loosely follows the structure and style of v6,\nbut is implemented for a modern RISC-V multiprocessor using ANSI C.\n\nACKNOWLEDGMENTS\n\nxv6 is inspired by John Lions's Commentary on UNIX 6th Edition (Peer\nto Peer Communications; ISBN: 1-57398-013-7; 1st edition (June 14,\n2000)).  See also https://pdos.csail.mit.edu/6.1810/, which provides\npointers to on-line resources for v6.\n\nThe following people have made contributions: Russ Cox (context switching,\nlocking), Cliff Frey (MP), Xiao Yu (MP), Nickolai Zeldovich, and Austin\nClements.\n\nWe are also grateful for the bug reports and patches contributed by\nTakahiro Aoyagi, Silas Boyd-Wickizer, Anton Burtsev, carlclone, Ian\nChen, Dan Cross, Cody Cutler, Mike CAT, Tej Chajed, Asami Doi,\neyalz800, Nelson Elhage, Saar Ettinger, Alice Ferrazzi, Nathaniel\nFilardo, flespark, Peter Froehlich, Yakir Goaron, Shivam Handa, Matt\nHarvey, Bryan Henry, jaichenhengjie, Jim Huang, Matúš Jókay, John\nJolly, Alexander Kapshuk, Anders Kaseorg, kehao95, Wolfgang Keller,\nJungwoo Kim, Jonathan Kimmitt, Eddie Kohler, Vadim Kolontsov, Austin\nLiew, l0stman, Pavan Maddamsetti, Imbar Marinescu, Yandong Mao, Matan\nShabtay, Hitoshi Mitake, Carmi Merimovich, Mark Morrissey, mtasm, Joel\nNider, Hayato Ohhashi, OptimisticSide, Harry Porter, Greg Price, Jude\nRich, segfault, Ayan Shafqat, Eldar Sehayek, Yongming Shen, Fumiya\nShigemitsu, Cam Tenny, tyfkda, Warren Toomey, Stephen Tu, Rafael Ubal,\nAmane Uehara, Pablo Ventura, Xi Wang, WaheedHafez, Keiichi Watanabe,\nNicolas Wolovick, wxdao, Grant Wu, Jindong Zhang, Icenowy Zheng,\nZhUyU1997, and Zou Chang Wei.\n\n\nThe code in the files that constitute xv6 is\nCopyright 2006-2022 Frans Kaashoek, Robert Morris, and Russ Cox.\n\nERROR REPORTS\n\nPlease send errors and suggestions to Frans Kaashoek and Robert Morris\n(kaashoek,rtm@mit.edu).  The main purpose of xv6 is as a teaching\noperating system for MIT's 6.1810, so we are more interested in\nsimplifications and clarifications than new features.\n\nBUILDING AND RUNNING XV6\n\nYou will need a RISC-V \"newlib\" tool chain from\nhttps://github.com/riscv/riscv-gnu-toolchain, and qemu compiled for\nriscv64-softmmu.  Once they are installed, and in your shell\nsearch path, you can run \"make qemu\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperb-man%2Fkernel-thread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperb-man%2Fkernel-thread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperb-man%2Fkernel-thread/lists"}