{"id":13626694,"url":"https://github.com/leecannon/zig-x86_64","last_synced_at":"2025-04-16T15:31:26.878Z","repository":{"id":38344882,"uuid":"282463354","full_name":"leecannon/zig-x86_64","owner":"leecannon","description":"Support for x86_64 specific instructions (e.g. TLB flush), registers (e.g. control registers), and structures (e.g. page tables)","archived":true,"fork":false,"pushed_at":"2022-12-01T20:22:49.000Z","size":307,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-02T22:27:34.523Z","etag":null,"topics":["osdev","x86","x86-64","zig","zig-library","zig-package","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leecannon.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}},"created_at":"2020-07-25T14:44:59.000Z","updated_at":"2023-12-31T18:08:43.000Z","dependencies_parsed_at":"2023-01-23T21:00:31.445Z","dependency_job_id":null,"html_url":"https://github.com/leecannon/zig-x86_64","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/leecannon%2Fzig-x86_64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecannon%2Fzig-x86_64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecannon%2Fzig-x86_64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecannon%2Fzig-x86_64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leecannon","download_url":"https://codeload.github.com/leecannon/zig-x86_64/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223716684,"owners_count":17191091,"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":["osdev","x86","x86-64","zig","zig-library","zig-package","ziglang"],"created_at":"2024-08-01T21:02:26.799Z","updated_at":"2024-11-08T16:31:24.094Z","avatar_url":"https://github.com/leecannon.png","language":"Zig","funding_links":[],"categories":["Zig","Applications"],"sub_categories":[],"readme":"# zig-x86_64\n\n[![CI](https://github.com/leecannon/zig-x86_64/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/leecannon/zig-x86_64/actions/workflows/main.yml)\n\n**I don't use this library anymore. I made this as a port of the rust crate but over time I have come to dislike the API.**\n\n**As written it does not support self-hosted so will probably be deleted with the release of zig 0.11**\n\nThis repo contains various functionality required to make an x86_64 kernel (following [Writing an OS in Rust](https://os.phil-opp.com/))\n\nIt is mainly a zig reimplementation of the rust crate [x86_64](https://github.com/rust-osdev/x86_64).\n\nIt includes a few additonal types in the `x86_64.additional` namespace:\n\n- `SerialPort` - Serial port type, mainly for debug output\n- `SimplePic` - Reimplementation of [pic8259_simple](https://docs.rs/pic8259_simple)\n\n## How to get\n\n### Gyro\n\n`gyro add leecannon/x86_64`\n\n### Zigmod\n\n`zigmod aq add 1/leecannon/x86_64`\n\n### Git\n\n#### Submodule\n\n`git submodule add https://github.com/leecannon/zig-x86_64 zig-x86_64`\n\n#### Clone\n\n`git clone https://github.com/leecannon/zig-x86_64`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecannon%2Fzig-x86_64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleecannon%2Fzig-x86_64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecannon%2Fzig-x86_64/lists"}