{"id":15398791,"url":"https://github.com/zixu-w/zxos","last_synced_at":"2025-04-16T01:47:37.486Z","repository":{"id":92916406,"uuid":"99112017","full_name":"zixu-w/zxOS","owner":"zixu-w","description":"Bare bone kernel from tutorial http://wiki.osdev.org/","archived":false,"fork":false,"pushed_at":"2019-05-21T05:56:16.000Z","size":83,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-29T03:41:29.694Z","etag":null,"topics":["c","kernel","os","osdev"],"latest_commit_sha":null,"homepage":"","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/zixu-w.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":"2017-08-02T12:04:22.000Z","updated_at":"2021-11-30T11:14:36.000Z","dependencies_parsed_at":"2023-03-13T17:24:30.862Z","dependency_job_id":null,"html_url":"https://github.com/zixu-w/zxOS","commit_stats":{"total_commits":80,"total_committers":2,"mean_commits":40.0,"dds":"0.025000000000000022","last_synced_commit":"d7b8f53b2bc4b46e9591b14914d7800ab97ebd40"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zixu-w%2FzxOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zixu-w%2FzxOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zixu-w%2FzxOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zixu-w%2FzxOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zixu-w","download_url":"https://codeload.github.com/zixu-w/zxOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182966,"owners_count":21226123,"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","kernel","os","osdev"],"created_at":"2024-10-01T15:45:33.860Z","updated_at":"2025-04-16T01:47:37.480Z","avatar_url":"https://github.com/zixu-w.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zxOS\nBare bone kernel based on tutorial http://wiki.osdev.org/\n\n## How to build\n### Pre-requisites\n#### Cross-platform Tool-chain\nYou need a set of cross-platform tools to build the kernel. To build such a tool-chain, you can run `make dependencies`. The tool-chain will be installed at `/usr/local/cross` by default. If you want to install to another place, run\n```\nexport CROSS_PATH=\u003cYour path here\u003e\nmake dependencies\n```\n, or `CROSS_PATH=\u003cYour path here\u003e make dependencies` directly.\n\nIf you prefer to build a cross-platform tool-chain by yourself, make sure to export its path prefix to `CROSS_PATH` before building the kernel.\n#### Other Tools\nTo build an image of zxOS, you will need to install `xorriso`:\n###### Ubuntu/Debian\n```\nsudo apt-get install xorriso\n```\n\u003c!-- TODO: commands for other systems --\u003e\nAnd you can also launch zxOS locally in a virtual machine with [`qemu`](https://www.qemu.org/). To install:\n###### Ubuntu/Debian\n```\nsudo apt-get install qemu\n```\n\u003c!-- TODO: commands for other systems --\u003e\n### Build the Kernel\nWith all prerequisites met, you can build zxOS by simply running\n```\nmake\nmake install\n```\nThe system image can be built by running\n```\nmake image\n```\nThe generated iso image can be found under `image/`.\n\nTo start a qemu virtual machine, run\n```\nmake qemu-run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzixu-w%2Fzxos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzixu-w%2Fzxos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzixu-w%2Fzxos/lists"}