{"id":20552744,"url":"https://github.com/toshimaru/blog_os","last_synced_at":"2025-06-18T07:33:48.778Z","repository":{"id":262390150,"uuid":"887072954","full_name":"toshimaru/blog_os","owner":"toshimaru","description":"\"Writing an OS in Rust\"","archived":false,"fork":false,"pushed_at":"2024-11-14T00:46:56.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T07:10:28.260Z","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/toshimaru.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},"funding":{"github":"toshimaru"}},"created_at":"2024-11-12T05:45:17.000Z","updated_at":"2024-11-14T00:46:59.000Z","dependencies_parsed_at":"2024-11-12T07:24:24.758Z","dependency_job_id":"c67512f7-cb46-4f1b-ad92-e47cf14e71a3","html_url":"https://github.com/toshimaru/blog_os","commit_stats":null,"previous_names":["toshimaru/blog_os"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toshimaru/blog_os","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fblog_os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fblog_os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fblog_os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fblog_os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toshimaru","download_url":"https://codeload.github.com/toshimaru/blog_os/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fblog_os/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260511965,"owners_count":23020310,"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-11-16T02:37:31.233Z","updated_at":"2025-06-18T07:33:43.763Z","avatar_url":"https://github.com/toshimaru.png","language":"Rust","funding_links":["https://github.com/sponsors/toshimaru"],"categories":[],"sub_categories":[],"readme":"# Writing an OS in Rust\n\nresource: \u003chttps://os.phil-opp.com/\u003e\n\n## Build\n\n```console\n$ cargo build --target thumbv7em-none-eabihf\n```\n\n### for MacOS\n\n```console\n$ cargo rustc -- -C link-args=\"-e __start -static -nostartfiles\"\n```\n\n## `target x86_64-blog_os.json`\n\n```console\n$ cargo build --target x86_64-blog_os.json\n```\n\n### How to enable the `nightly` feature\n\n```console\n$ rustup install nightly\n$ rustup override set nightly\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fblog_os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshimaru%2Fblog_os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fblog_os/lists"}