{"id":15611785,"url":"https://github.com/mvdschee/os","last_synced_at":"2025-03-29T15:12:11.917Z","repository":{"id":160528250,"uuid":"635363153","full_name":"mvdschee/OS","owner":"mvdschee","description":"A bare metal Rust based OS (for education purpose)","archived":false,"fork":false,"pushed_at":"2023-05-21T12:12:09.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T07:18:32.639Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvdschee.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":"2023-05-02T14:32:14.000Z","updated_at":"2023-05-02T14:39:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"f649ba2c-bac2-4e8e-b779-a8aa092d5048","html_url":"https://github.com/mvdschee/OS","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"ad74ae9b7054e61c4c0cb5926df16909b5bbda8c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvdschee%2FOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvdschee%2FOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvdschee%2FOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvdschee%2FOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvdschee","download_url":"https://codeload.github.com/mvdschee/OS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246200322,"owners_count":20739566,"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":[],"created_at":"2024-10-03T06:07:50.394Z","updated_at":"2025-03-29T15:12:11.893Z","avatar_url":"https://github.com/mvdschee.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg width=\"972\" alt=\"Screenshot 2023-05-16 at 14 39 29\" src=\"https://github.com/mvdschee/OS/assets/26795741/a701897c-22b0-4018-85d2-644fe0914692\"\u003e\nOS\nA bare metal Rust based OS (for education purpose)\nto follow the tutorial go to [here](https://os.phil-opp.com/) thanks Philipp Oppermann!\n\n\n# install dependencies\nyou will have to install rustup\n\n```bash\n$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\n\nthen install the rust nightly toolchain\n\n```bash\n$ rustup install nightly\n```\n\nthen install the rust source code\n\n```bash\n$ rustup component add rust-src\n```\n\nthen install the rust llvm tools\n\n```bash\n$ rustup component add llvm-tools-preview\n```\n\n# run the project\nyou will have to install qemu\n\n```bash\n$ brew install qemu\n```\n\nthen run the project with cargo run\n\n```bash\n$ cargo run\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvdschee%2Fos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvdschee%2Fos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvdschee%2Fos/lists"}