{"id":39491764,"url":"https://github.com/smallkirby/writing-hypervisor-in-zig","last_synced_at":"2026-01-18T05:36:49.224Z","repository":{"id":263285784,"uuid":"871932393","full_name":"smallkirby/writing-hypervisor-in-zig","owner":"smallkirby","description":"Writing Type-1 Hypervisor in Zig from scratch.","archived":false,"fork":false,"pushed_at":"2025-08-23T13:17:23.000Z","size":10504,"stargazers_count":27,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-05T18:30:41.180Z","etag":null,"topics":["hypervisor","zig"],"latest_commit_sha":null,"homepage":"https://hv.smallkirby.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smallkirby.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-13T10:58:34.000Z","updated_at":"2025-10-13T23:25:25.000Z","dependencies_parsed_at":"2024-11-17T15:45:03.229Z","dependency_job_id":"477b3f7d-9a1f-49d2-a305-a607f707db86","html_url":"https://github.com/smallkirby/writing-hypervisor-in-zig","commit_stats":null,"previous_names":["smallkirby/writing-hypervisor-in-zig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smallkirby/writing-hypervisor-in-zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallkirby%2Fwriting-hypervisor-in-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallkirby%2Fwriting-hypervisor-in-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallkirby%2Fwriting-hypervisor-in-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallkirby%2Fwriting-hypervisor-in-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smallkirby","download_url":"https://codeload.github.com/smallkirby/writing-hypervisor-in-zig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallkirby%2Fwriting-hypervisor-in-zig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28530978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hypervisor","zig"],"created_at":"2026-01-18T05:36:48.815Z","updated_at":"2026-01-18T05:36:49.215Z","avatar_url":"https://github.com/smallkirby.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Writing Hypervisor in Zig\n\n![Lint](https://github.com/smallkirby/writing-hypervisor-in-zig/actions/workflows/lint.yml/badge.svg)\n![Deploy](https://github.com/smallkirby/writing-hypervisor-in-zig/actions/workflows/deploy.yml/badge.svg)\n\nBlog series where we write a hypervisor from scratch in Zig language, that can finally boot Linux kernel.\n\nRefer to [smallkirby/ymir](https://github.com/smallkirby/ymir)'s `whiz-*` branches for the reference implementation.\nNote that these branches might be not necessarily up-to-date.\nPlease refer to `master` branch to check available fixes and updates.\n\n## Development\n\n```sh\n# Japanese\n./scripts/serve.sh ja book\n# English\n./scripts/serve.sh en book/en\n```\n\n## Contributions\n\nRequest an update when you:\n\n- Find a technical error in the description\n- Find an expression that is hard to understand\n- Find a typo or misspelling\n- Find that the provided code does not work or is hard to understand\n- Want to add a new topic that is not covered in this series\n- Want to read the blog in a different language\n\nYou can create an issue or pull request to request an update or fix.\nYou don't need to create an issue before creating a pull request.\nWe welcome any requests or fixes.\n\n## Translations\n\nThis blog series is available in the following languages:\n\n- Japanese (Original)\n- English\n\nWe use [google/mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers) to support multiple languages.\nTo update translations, use below commands:\n\n```sh\n# When original (Japanese) version is updated, run below command to update the POT file.\nMDBOOK_OUTPUT='{\"xgettext\": {}}' mdbook build -d po\n# Update translations\nTARGET_LANG=en\nmsgmerge --update po/$TARGET_LANG.po po/messages.pot\n```\n\n`po` files can be edited using PO editors like [Poedit](https://poedit.net/).\n\n## LICENSE\n\n[CC0-1.0](LICENSE) except where otherwise [noted](./src/license.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallkirby%2Fwriting-hypervisor-in-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmallkirby%2Fwriting-hypervisor-in-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallkirby%2Fwriting-hypervisor-in-zig/lists"}