{"id":25280118,"url":"https://github.com/dreden33773/ember_os","last_synced_at":"2025-10-30T21:49:07.789Z","repository":{"id":184836083,"uuid":"672532914","full_name":"DrEden33773/ember_os","owner":"DrEden33773","description":"A simple OS kernel implemented in rust, which has referenced https://os.phil-opp.com/","archived":false,"fork":false,"pushed_at":"2025-01-17T04:39:11.000Z","size":190,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T04:49:55.336Z","etag":null,"topics":["embedded","kernel","linux","os","qemu","rtos","rust","unix","x86-64"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrEden33773.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2023-07-30T12:09:55.000Z","updated_at":"2025-01-17T04:39:12.000Z","dependencies_parsed_at":"2024-01-17T13:38:17.672Z","dependency_job_id":"3491e745-27c8-469f-9a31-5b618e6645a8","html_url":"https://github.com/DrEden33773/ember_os","commit_stats":null,"previous_names":["dreden33773/rust_os","dreden33773/my_ros","dreden33773/ember_os"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrEden33773%2Fember_os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrEden33773%2Fember_os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrEden33773%2Fember_os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrEden33773%2Fember_os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrEden33773","download_url":"https://codeload.github.com/DrEden33773/ember_os/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238528517,"owners_count":19487453,"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":["embedded","kernel","linux","os","qemu","rtos","rust","unix","x86-64"],"created_at":"2025-02-12T18:38:30.062Z","updated_at":"2025-10-27T17:30:55.923Z","avatar_url":"https://github.com/DrEden33773.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember OS\n\n\u003e ## ❤️ Please give me a `Star` / `Follow` if you like this project! ❤️\n\n## Brief\n\nA simple OS implemented in rust, referenced `Philipp Oppermann`'s `Writing an OS in Rust blog`.\n\n## Referencing Info\n\nThis project includes(referenced) code from [phil-opp](https://github.com/phil-opp)'s [blog_os](https://github.com/phil-opp/blog_os), which is available under the [MIT LICENSE](https://github.com/phil-opp/blog_os/blob/main/LICENSE-MIT) and the [APACHE LICENSE](https://github.com/phil-opp/blog_os/blob/main/LICENSE-APACHE). The original code can be found at [phil-opp/blog_os](https://github.com/phil-opp/blog_os). Main extensions (differences between `this` project and `phil-opp`'s) are as follows:\n\n1. Full implementation of the `Asynchronous Task Manager`\n2. Simple implementation of the `Shell`\n3. Fully transplanted `benchmarks` from `NJU-OS-Experiment`\n\n## Build\n\nWith the reliance on a bunch of `unstable features`, `nightly` channel of `rust-toolchain` is in need. A simple way is to run `rustup update nightly --force`.\n\nObviously, you should have `qemu` installed first. You could do that with the help of `brew`:\n\n```bash\nbrew install qemu\n```\n\nLast but not least, install [`bootimage`](https://crates.io/crates/bootimage) so that you could create a legal boot disk image from the complied kernel:\n\n```bash\ncargo install bootimage\n```\n\nFinally, you could build the project by running:\n\n```bash\ncargo build\n```\n\nAnd then, you could run it:\n\n```bash\ncargo run\n```\n\nOr, run some given tests:\n\n```bash\ncargo test\n```\n\n(Yes, `cargo bootimage` is not a necessary step, as the build behavior under this project has been adjusted to do that automatically before `running`)\n\n## Acknowledgements\n\n- [https://github.com/phil-opp/blog_os]\n- [https://os.phil-opp.com/]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreden33773%2Fember_os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreden33773%2Fember_os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreden33773%2Fember_os/lists"}