{"id":19635915,"url":"https://github.com/git-bruh/vmm","last_synced_at":"2025-04-28T08:31:34.932Z","repository":{"id":205145902,"uuid":"713008397","full_name":"git-bruh/vmm","owner":"git-bruh","description":"Small KVM-based hypervisor, boots Linux (WIP)","archived":false,"fork":false,"pushed_at":"2024-05-05T19:07:37.000Z","size":134,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-06T12:38:33.698Z","etag":null,"topics":["hypervisor","kvm","rust","vmm"],"latest_commit_sha":null,"homepage":"","language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/git-bruh.png","metadata":{"files":{"readme":"README.md","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":"2023-11-01T16:47:18.000Z","updated_at":"2024-05-05T19:07:40.000Z","dependencies_parsed_at":"2024-05-05T12:44:27.944Z","dependency_job_id":null,"html_url":"https://github.com/git-bruh/vmm","commit_stats":null,"previous_names":["git-bruh/vmm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-bruh%2Fvmm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-bruh%2Fvmm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-bruh%2Fvmm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-bruh%2Fvmm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/git-bruh","download_url":"https://codeload.github.com/git-bruh/vmm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224102370,"owners_count":17256146,"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":["hypervisor","kvm","rust","vmm"],"created_at":"2024-11-11T12:27:32.668Z","updated_at":"2024-11-11T12:27:33.811Z","avatar_url":"https://github.com/git-bruh.png","language":"Roff","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vmm\n\nTiny VMM that boots Linux\n\n## Usage\n\nA sample kernel config and init is present in the `contrib` directory. An initramfs can be created like so:\n\n```sh\n$ cc contrib/init.c -o init -static\n# cpio takes the file list from stdin\n$ echo init | cpio -o -H newc \u003e initramfs\n```\n\n**NOTE:** By default, the code prints out every byte received on the serial ports, which can be suppressed by redirecting stderr to `/dev/null`\n\n`cargo run \u003cKERNEL_IMAGE\u003e \u003cINITRAMFS\u003e`\n\n## Resources\n\n- https://lwn.net/Articles/658511\n\n- https://github.com/firecracker-microvm/firecracker\n\n- https://crosvm.dev/book\n\n- https://katacontainers.io\n\n- https://david942j.blogspot.com/2018/10/note-learning-kvm-implement-your-own.html\n\n- https://github.com/dpw/kvm-hello-world\n\n- https://mergeboard.com/blog/2-qemu-microvm-docker\n\n- https://github.com/naoki9911/zig-vmm\n\n- https://github.com/bobuhiro11/gokvm\n\n- https://github.com/b0bleet/zvisor\n\n- https://zserge.com/posts/kvm\n\n- https://github.com/sysprog21/kvm-host\n\n- https://github.com/18AX/blackhv\n\n- https://gist.github.com/zserge/ae9098a75b2b83a1299d19b79b5fe488\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-bruh%2Fvmm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-bruh%2Fvmm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-bruh%2Fvmm/lists"}