{"id":18486807,"url":"https://github.com/jrodal98/xv6-docker","last_synced_at":"2026-04-30T14:32:58.807Z","repository":{"id":116040600,"uuid":"235852998","full_name":"jrodal98/xv6-docker","owner":"jrodal98","description":"Docker image for running xv6","archived":false,"fork":false,"pushed_at":"2020-01-23T17:57:25.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T22:18:53.792Z","etag":null,"topics":["docker","xv6"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/jrodal98.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":"2020-01-23T17:54:23.000Z","updated_at":"2020-01-23T18:00:22.000Z","dependencies_parsed_at":"2023-03-17T18:30:57.744Z","dependency_job_id":null,"html_url":"https://github.com/jrodal98/xv6-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fxv6-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fxv6-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fxv6-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodal98%2Fxv6-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrodal98","download_url":"https://codeload.github.com/jrodal98/xv6-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036843,"owners_count":22003654,"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":["docker","xv6"],"created_at":"2024-11-06T12:49:50.273Z","updated_at":"2026-04-30T14:32:53.786Z","avatar_url":"https://github.com/jrodal98.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xv6-docker\n\nDocker image for compiling and running xv6 in a container.\n\n## \"Installation\"\n\n1) Recursively clone this repository\n\n    `git clone --recurse-submodules https://github.com/jrodal98/xv6-docker`\n\n2) Enter the `xv6-docker` directory\n\n    `cd xv6-docker`\n\n3) Build the docker image\n\n    `./xv6-container build`\n\n## Usage\n\n* Running `qemu-nox`:\n\n    `./xv6-container`\n* Using bash shell inside container:\n\n`./xv6-container bash`\n\n* Debug mode (not actually tested yet, pretty sure it won't work)\n\n    `./xv6-container gdb`\n\n\n### Troubleshooting\n\n* If you get a permission denied error, run `chmod +x xv6-container`.\n* Based on the way xv6-container is written, you must be in the xv6-docker directory for this to work (i.e., you can't do `../xv6-container` or `/foo/bar/xv6-container`)\n\n* Based on the way debugging xv6 seems to work, my currently solution for debug mode is flawed.  Until I get around to fixing it, do something like this instead:\n\n```\n./xv6-container bash\ntmux\n```\nThen, use tmux to get two terminal windows, one of which will run xv6, one of which will run gdb.  I'll probably get around to automating this eventually.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrodal98%2Fxv6-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrodal98%2Fxv6-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrodal98%2Fxv6-docker/lists"}