{"id":25435616,"url":"https://github.com/infinityos-dev/core_old","last_synced_at":"2025-11-01T02:30:33.256Z","repository":{"id":271844161,"uuid":"914740851","full_name":"infinityos-dev/core","owner":"infinityos-dev","description":"Lightweight easy to use operating system made to limit e-waste","archived":false,"fork":false,"pushed_at":"2025-02-12T14:45:51.000Z","size":173,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T14:51:09.151Z","etag":null,"topics":["hobby-os","infinityos","kernel","operating-system","osdev","rust","rust-os","toy-os","x86-64"],"latest_commit_sha":null,"homepage":"https://infinityos-dev.github.io/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/infinityos-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-10T08:02:15.000Z","updated_at":"2025-02-12T14:45:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f44cf874-57c6-4a11-81bf-d7dee3d76913","html_url":"https://github.com/infinityos-dev/core","commit_stats":null,"previous_names":["infinityos-dev/core"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityos-dev%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityos-dev%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityos-dev%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityos-dev%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infinityos-dev","download_url":"https://codeload.github.com/infinityos-dev/core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239252111,"owners_count":19607776,"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":["hobby-os","infinityos","kernel","operating-system","osdev","rust","rust-os","toy-os","x86-64"],"created_at":"2025-02-17T07:30:33.934Z","updated_at":"2025-11-01T02:30:33.215Z","avatar_url":"https://github.com/infinityos-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **InfinityOS**\r\n\r\n\u003e[!IMPORTANT]\r\n\u003eInfinityOS is still in very early development, is being developed on and off, and is currently not ready for normal usage.\r\n\r\nWelcome to **InfinityOS**, an experimental operating system written in Rust. This project explores the boundaries of Rust in systems programming and serves as a platform for learning and innovation.\r\n\r\n## **Features**\r\n- **Rust-Powered**: Fully written in Rust, focusing on safety, performance, and modern systems programming practices.\r\n- **Bare Metal Development**: Runs directly on hardware, without relying on an existing operating system.\r\n- **Learning-Oriented**: Aimed at understanding OS architecture, low-level programming, and Rust's capabilities in systems development.\r\n- **Modular Design**: Designed for extensibility and future feature development.\r\n\r\n## Building\r\n\r\nThis project requires a nightly version of Rust because it uses some unstable features. At least nightly _2020-07-15_ is required for building. You might need to run `rustup update nightly --force` to update to the latest nightly even if some components such as `rustfmt` are missing it.\r\n\r\nYou can build the project by running:\r\n\r\n```\r\ncargo build\r\n```\r\n\r\nTo create a bootable disk image from the compiled kernel, you need to install the [`bootimage`] tool:\r\n\r\n[`bootimage`]: https://github.com/rust-osdev/bootimage\r\n\r\n```\r\ncargo install bootimage\r\n```\r\n\r\nAfter installing, you can create the bootable disk image by running:\r\n\r\n```\r\ncargo bootimage\r\n```\r\n\r\nThis creates a bootable disk image in the `target/x86_64-infinity_os/debug` directory.\r\n\r\nPlease file an issue if you have any problems.\r\n\r\n## Running\r\n\r\nYou can run the disk image in [QEMU] through:\r\n\r\n[QEMU]: https://www.qemu.org/\r\n\r\n```\r\ncargo run\r\n```\r\n\r\n[QEMU] and the [`bootimage`] tool need to be installed for this.\r\n\r\nYou can also write the image to an USB stick for booting it on a real machine. On Linux, the command for this is:\r\n\r\n```\r\ndd if=target/x86_64-infinity_os/release/bootimage-infinity_os.bin of=/dev/sdX \u0026\u0026 sync\r\n```\r\n\r\nWhere `sdX` is the device name of your USB stick. **Be careful** to choose the correct device name, because everything on that device is overwritten.\r\n\r\n## Testing\r\n\r\n\u003e[!NOTE]\r\n\u003eYou will need QEMU to test properly\r\n\r\nTo run the unit and integration tests, execute `cargo test`.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinityos-dev%2Fcore_old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfinityos-dev%2Fcore_old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinityos-dev%2Fcore_old/lists"}