{"id":25083924,"url":"https://github.com/sh4d1/rustberry","last_synced_at":"2025-04-15T10:15:39.695Z","repository":{"id":103511283,"uuid":"140267982","full_name":"Sh4d1/rustberry","owner":"Sh4d1","description":"Small OS for RaspberryPi 3 written in Rust","archived":false,"fork":false,"pushed_at":"2018-07-18T11:46:33.000Z","size":39,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T10:15:24.991Z","etag":null,"topics":["aarch64","armv8","bare-metal","kernel","os","raspberry","raspberry-pi-3","rpi3","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Sh4d1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-07-09T10:11:27.000Z","updated_at":"2024-02-27T05:26:29.000Z","dependencies_parsed_at":"2023-03-06T00:00:18.472Z","dependency_job_id":null,"html_url":"https://github.com/Sh4d1/rustberry","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/Sh4d1%2Frustberry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Frustberry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Frustberry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Frustberry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sh4d1","download_url":"https://codeload.github.com/Sh4d1/rustberry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048742,"owners_count":21204306,"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":["aarch64","armv8","bare-metal","kernel","os","raspberry","raspberry-pi-3","rpi3","rust"],"created_at":"2025-02-07T06:29:38.632Z","updated_at":"2025-04-15T10:15:39.688Z","avatar_url":"https://github.com/Sh4d1.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rustberry OS\nThis is a WIP kernel for RaspberryPi 3 written in Rust.\nSome code is taken from this [Stanford class](https://web.stanford.edu/class/cs140e). \n\n## Requirements\nYou will nedd a nightly Rust installation. The fastest way is to use [rustup](https://rustup.rs/).\nYou will also need some tools, you can install the whole toolchain with:\n```shell\n$ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly\n$ rustup component add rust-src llvm-tools-preview\n$ cargo install cargo-xbuild cargo-binutils\n```\n\n## Building\n* To build a debug kernel: `DEBUG=1 make`\n* To build a release kernel: `make`\n\n## Running\n### QEMU\nTo run the kernel in QEMU you can either run (you will need QEMU):\n* `make run`\n* `qemu-system-aarch64 -kernel build/kernel8.img -M raspi3 -serial null -serial mon:stdio`\n\n## Testing (WIP)\n`make test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4d1%2Frustberry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh4d1%2Frustberry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4d1%2Frustberry/lists"}