{"id":13574039,"url":"https://github.com/mit-pdos/xv6-riscv","last_synced_at":"2025-05-13T21:11:17.405Z","repository":{"id":37548952,"uuid":"204459250","full_name":"mit-pdos/xv6-riscv","owner":"mit-pdos","description":"Xv6 for RISC-V","archived":false,"fork":false,"pushed_at":"2024-09-06T12:30:58.000Z","size":17729,"stargazers_count":7918,"open_issues_count":115,"forks_count":2970,"subscribers_count":93,"default_branch":"riscv","last_synced_at":"2025-04-28T17:03:09.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mit-pdos.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":"2019-08-26T11:15:28.000Z","updated_at":"2025-04-28T15:26:18.000Z","dependencies_parsed_at":"2023-02-19T05:46:07.595Z","dependency_job_id":"f2e0ef3d-da4b-47b6-84f9-007eeda4073b","html_url":"https://github.com/mit-pdos/xv6-riscv","commit_stats":{"total_commits":1470,"total_committers":78,"mean_commits":"18.846153846153847","dds":0.7428571428571429,"last_synced_commit":"de247db5e6384b138f270e0a7c745989b5a9c23b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mit-pdos%2Fxv6-riscv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mit-pdos%2Fxv6-riscv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mit-pdos%2Fxv6-riscv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mit-pdos%2Fxv6-riscv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mit-pdos","download_url":"https://codeload.github.com/mit-pdos/xv6-riscv/tar.gz/refs/heads/riscv","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254029003,"owners_count":22002283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-08-01T15:00:45.456Z","updated_at":"2025-05-13T21:11:12.391Z","avatar_url":"https://github.com/mit-pdos.png","language":"C","funding_links":[],"categories":["C","Generic Operating System Stuff","CPU RISC-V","Active"],"sub_categories":["网络服务_其他","Custom"],"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, Marcelo Arroyo, Silas Boyd-Wickizer, Anton Burtsev,\ncarlclone, Ian Chen, Dan Cross, Cody Cutler, Mike CAT, Tej Chajed,\nAsami Doi,Wenyang Duan, eyalz800, Nelson Elhage, Saar Ettinger, Alice\nFerrazzi, Nathaniel Filardo, flespark, Peter Froehlich, Yakir Goaron,\nShivam Handa, Matt Harvey, Bryan Henry, jaichenhengjie, Jim Huang,\nMatúš Jókay, John Jolly, Alexander Kapshuk, Anders Kaseorg, kehao95,\nWolfgang Keller, Jungwoo Kim, Jonathan Kimmitt, Eddie Kohler, Vadim\nKolontsov, Austin Liew, l0stman, Pavan Maddamsetti, Imbar Marinescu,\nYandong Mao, Matan Shabtay, Hitoshi Mitake, Carmi Merimovich, Mark\nMorrissey, mtasm, Joel Nider, Hayato Ohhashi, OptimisticSide,\nphosphagos, Harry Porter, Greg Price, RayAndrew, Jude Rich, segfault,\nAyan Shafqat, Eldar Sehayek, Yongming Shen, Fumiya Shigemitsu, snoire,\nTaojie, Cam Tenny, tyfkda, Warren Toomey, Stephen Tu, Alissa Tung,\nRafael Ubal, Amane Uehara, Pablo Ventura, Xi Wang, WaheedHafez,\nKeiichi Watanabe, Lucas Wolf, Nicolas Wolovick, wxdao, Grant Wu, x653,\nJindong Zhang, Icenowy Zheng, ZhUyU1997, and Zou Chang Wei.\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%2Fmit-pdos%2Fxv6-riscv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmit-pdos%2Fxv6-riscv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmit-pdos%2Fxv6-riscv/lists"}