{"id":13753440,"url":"https://github.com/oro-os/kernel","last_synced_at":"2025-05-09T21:34:49.674Z","repository":{"id":159866218,"uuid":"517897210","full_name":"oro-os/kernel","owner":"oro-os","description":"Kernel for the Oro Operating System","archived":false,"fork":false,"pushed_at":"2025-03-30T23:27:25.000Z","size":2162,"stargazers_count":55,"open_issues_count":10,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T00:21:42.073Z","etag":null,"topics":["hybrid-kernel","kernel","microkernel","operating-system","operating-system-kernel"],"latest_commit_sha":null,"homepage":"https://oro.sh","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oro-os.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"qix-"}},"created_at":"2022-07-26T03:18:11.000Z","updated_at":"2025-03-30T23:27:28.000Z","dependencies_parsed_at":"2024-08-27T18:51:56.897Z","dependency_job_id":"39ab2fa4-2cb8-441b-a139-0464cc02a300","html_url":"https://github.com/oro-os/kernel","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/oro-os%2Fkernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oro-os%2Fkernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oro-os%2Fkernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oro-os%2Fkernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oro-os","download_url":"https://codeload.github.com/oro-os/kernel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253328855,"owners_count":21891539,"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":["hybrid-kernel","kernel","microkernel","operating-system","operating-system-kernel"],"created_at":"2024-08-03T09:01:22.206Z","updated_at":"2025-05-09T21:34:49.650Z","avatar_url":"https://github.com/oro-os.png","language":"Rust","readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/oro-os/kernel/master/asset/oro-banner.svg\" /\u003e\n\t\u003cbr\u003e\n\t\u003ch1 align=\"center\"\u003e\u003cb\u003eOro Operating System\u003c/b\u003e\u003c/h1\u003e\n\t\u003cbr\u003e\n\tKernel and associated bootloaders for the \u003cstrong\u003eOro Operating System\u003c/strong\u003e,\u003cbr\u003e\n\ta general-purpose, minimal, and novel microkernel operating system written in Rust.\n\t\u003cbr\u003e\n\t\u0026laquo;\u0026nbsp;\u003ca href=\"https://oro.sh\"\u003eoro.sh\u003c/a\u003e\u0026nbsp;|\u0026nbsp;\u003ca href=\"https://discord.gg/WXavRNqcDS\"\u003ediscord\u003c/a\u003e\u0026nbsp;|\u0026nbsp;\u003ca href=\"https://x.com/oro_sys\"\u003ex\u003c/a\u003e\u0026nbsp;\u0026raquo;\n\t\u003ch1\u003e\u003c/h1\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\u003c/div\u003e\n\nThis is the home of the Oro Operating System kernel and bootloader crates.\nAll code necessary to build and run the kernel is provided in this repository.\n\n\u003e [!CAUTION]\n\u003e The Oro Operating System is currently in the early stages of development.\n\u003e It is not yet suitable for use in a production environment.\n\n## Building\nThe kernel is built standalone and used as a module for a bootloader\nentry point. The kernel does not support being booted to directly.\n\nACPI support uses a submodule; be sure it's checked out (one-time setup):\n\n```shell\ngit submodule update --init --recursive --depth=1\n```\n\nThen, to build the kernel itself:\n\n```shell\ncargo kernel-x86_64\ncargo kernel-aarch64\n```\n\nTo build a bootloader:\n\n```shell\ncargo limine-x86_64\ncargo limine-aarch64\n```\n\n## Documentation\nThe Oro kernel is thoroughly documented. You may generate a local copy of\nthe documentation with:\n\n```shell\ncargo oro-doc --open\n```\n\n## Security\nIf you have found a vulnerability within the Oro kernel or any of the associated\ncrates included in this repository, **please do not open an issue** and instead\nconsult [SECURITY.md](SECURITY.md) for instructions on how to responsibly disclose\nyour findings.\n\n# License\nThe Oro Operating System kernel is \u0026copy; 2016-2025 by Joshua Lee Junon,\u003cbr\u003e\nand licensed under the [Mozilla Public License 2.0](LICENSE).\n\nCertain crates within this repository are dual-licensed under the\nMIT and Apache-2.0 licenses, typically when published to the [crates.io](https://crates.io)\nregistry. Those crates will contain a `LICENSE.mit` and `LICENSE.apache-2.0` file\nand are not subject to the MPL-2.0 license to which the rest of this repository\nis subject.\n","funding_links":["https://github.com/sponsors/qix-"],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foro-os%2Fkernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foro-os%2Fkernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foro-os%2Fkernel/lists"}