{"id":18924527,"url":"https://github.com/sharpcoder/rust-kernel","last_synced_at":"2025-08-23T10:09:10.699Z","repository":{"id":68421946,"uuid":"338664774","full_name":"SharpCoder/rust-kernel","owner":"SharpCoder","description":"A rust operating system for the ARM V7-A running on a beaglebone black","archived":false,"fork":false,"pushed_at":"2021-03-11T17:42:22.000Z","size":33,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-15T14:53:26.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SharpCoder.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-13T20:36:25.000Z","updated_at":"2025-01-11T22:42:35.000Z","dependencies_parsed_at":"2023-03-04T16:45:22.865Z","dependency_job_id":null,"html_url":"https://github.com/SharpCoder/rust-kernel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SharpCoder/rust-kernel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Frust-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Frust-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Frust-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Frust-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SharpCoder","download_url":"https://codeload.github.com/SharpCoder/rust-kernel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpCoder%2Frust-kernel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746549,"owners_count":24813570,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-08T11:07:04.889Z","updated_at":"2025-08-23T10:09:10.694Z","avatar_url":"https://github.com/SharpCoder.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-kernel\nWelcome! This project is designed to run a baremetal rust program on the [beaglebone black](https://beagleboard.org/black). I am actively developing the various modules for this project, and you can expect more support for board features over time. \n\n## Technical Articles\nMy motivation for this project is primarily to act as a forcing function to help me practice writing technical articles. Each module I develop will eventually be turned into a blog post. Here is a list of the documentation I've written so far:\n\n - Compiling: https://sharpcoder.medium.com/baremetal-rust-for-beaglebone-black-part-1-compilation-6609cdc2545c\n - Creating a Stack Datastructure: https://medium.com/baremetal-rust/baremetal-rust-for-beaglebone-black-implementing-a-stack-6da5af43f677 \n\n\n## Compiling\n\n### Configuring your environment\nYou will need the following in order for the `build.sh` script to run successfully.\n```\n# Install gcc tools\nsudo apt-get install gcc-arm-none-eabi\n\n# Configure rust\nrustup default nightly\nrustup target add arm-unknown-linux-gnueabihf\n```\n\n### Building\n\nSimply run the `build.sh` script. This will generate `out/` files. The final is `rom.img` which you can flash to an SDCard. From there, you must hold down the \"user program\" button (labeled S2 on my beaglebone black) in order for the image to load.\n\n\n### Flashing the rom image\n\nThe `rom.img` which is generated as part of the build process is a valid `.img` file and can be flashed with a variety of tools. On Windows, I use the **Win32 Disk Imager** application.\n\n## Technologies\nThis project is primarily written in [rust](https://www.rust-lang.org).\n\n\n## Resources\n\n - (Primary board documentation) [http://www.sal.wisc.edu/st5000/datasheets/tq-systems/spruh73p.pdf](http://www.sal.wisc.edu/st5000/datasheets/tq-systems/spruh73p.pdf)\n - (My articles) [https://medium.com/baremetal-rust](https://medium.com/baremetal-rust)\n - (Details about Beaglebone) [https://beagleboard.org/black](https://beagleboard.org/black)\n\n\n## License\n[MIT](https://tldrlegal.com/license/mit-license)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpcoder%2Frust-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharpcoder%2Frust-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpcoder%2Frust-kernel/lists"}