{"id":17817615,"url":"https://github.com/codelixir/xv-dos","last_synced_at":"2025-04-02T09:13:44.009Z","repository":{"id":233798059,"uuid":"418081270","full_name":"codelixir/xv-DOS","owner":"codelixir","description":"Forked from mit-pdos/xv6-riscv. An Operating System in C, modified from Xv6 for RISC-V.","archived":false,"fork":false,"pushed_at":"2021-12-16T19:14:13.000Z","size":15350,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"DOS","last_synced_at":"2025-02-08T00:19:06.086Z","etag":null,"topics":["c","operating-system","os","risc-v","xv6-extensions"],"latest_commit_sha":null,"homepage":"https://github.com/mit-pdos/xv6-riscv","language":"C","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/codelixir.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":"2021-10-17T09:39:06.000Z","updated_at":"2025-01-19T04:37:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fbc91b9-0b96-4b2e-8998-ab0164ab80d8","html_url":"https://github.com/codelixir/xv-DOS","commit_stats":null,"previous_names":["codelixir/xv-dos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelixir%2Fxv-DOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelixir%2Fxv-DOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelixir%2Fxv-DOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelixir%2Fxv-DOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codelixir","download_url":"https://codeload.github.com/codelixir/xv-DOS/tar.gz/refs/heads/DOS","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246785453,"owners_count":20833494,"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":["c","operating-system","os","risc-v","xv6-extensions"],"created_at":"2024-10-27T16:44:34.829Z","updated_at":"2025-04-02T09:13:43.984Z","avatar_url":"https://github.com/codelixir.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.828/, which\nprovides pointers 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, Ian Chen, Dan\nCross, Cody Cutler, Mike CAT, Tej Chajed, Asami Doi, eyalz800, Nelson\nElhage, Saar Ettinger, Alice Ferrazzi, Nathaniel Filardo, flespark,\nPeter Froehlich, Yakir Goaron,Shivam Handa, Matt Harvey, Bryan Henry,\njaichenhengjie, Jim Huang, Matúš Jókay, Alexander Kapshuk, Anders\nKaseorg, kehao95, Wolfgang Keller, Jungwoo Kim, Jonathan Kimmitt,\nEddie Kohler, Vadim Kolontsov , Austin Liew, l0stman, Pavan\nMaddamsetti, Imbar Marinescu, Yandong Mao, , Matan Shabtay, Hitoshi\nMitake, Carmi Merimovich, Mark Morrissey, mtasm, Joel Nider,\nOptimisticSide, Greg Price, Jude Rich, Ayan Shafqat, Eldar Sehayek,\nYongming Shen, Fumiya Shigemitsu, Cam Tenny, tyfkda, Warren Toomey,\nStephen Tu, Rafael Ubal, Amane Uehara, Pablo Ventura, Xi Wang, Keiichi\nWatanabe, Nicolas Wolovick, wxdao, Grant Wu, Jindong Zhang, Icenowy\nZheng, ZhUyU1997, and Zou Chang Wei.\n\nThe code in the files that constitute xv6 is\nCopyright 2006-2020 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.S081, 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%2Fcodelixir%2Fxv-dos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelixir%2Fxv-dos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelixir%2Fxv-dos/lists"}