{"id":13635064,"url":"https://github.com/0x59616e/SteinsOS","last_synced_at":"2025-04-19T03:34:16.309Z","repository":{"id":208989339,"uuid":"405267788","full_name":"0x59616e/SteinsOS","owner":"0x59616e","description":"An operating system written in Rust","archived":false,"fork":false,"pushed_at":"2021-10-15T11:07:04.000Z","size":90,"stargazers_count":115,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-09T05:33:50.755Z","etag":null,"topics":["armv8","kernel","operating-system","os","osdev","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/0x59616e.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}},"created_at":"2021-09-11T02:55:37.000Z","updated_at":"2024-08-21T15:54:26.000Z","dependencies_parsed_at":"2023-11-24T12:25:21.072Z","dependency_job_id":"32a7ebc8-655c-40f3-9e2a-9150e88ebf27","html_url":"https://github.com/0x59616e/SteinsOS","commit_stats":null,"previous_names":["0x59616e/steinsos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x59616e%2FSteinsOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x59616e%2FSteinsOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x59616e%2FSteinsOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x59616e%2FSteinsOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x59616e","download_url":"https://codeload.github.com/0x59616e/SteinsOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249600502,"owners_count":21297706,"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":["armv8","kernel","operating-system","os","osdev","rust"],"created_at":"2024-08-02T00:00:40.178Z","updated_at":"2025-04-19T03:34:16.037Z","avatar_url":"https://github.com/0x59616e.png","language":"Rust","funding_links":[],"categories":["Applications","应用程序 Applications","Rust"],"sub_categories":["Operating systems","操作系统 Operating systems"],"readme":"# Introduction\nSteinsOS is an operating system featuring non-preemptive kernel targeting on single-core armv8 architecture.\n\nSteinOS is derived from following tutorials and software distributions:\n\n[Redox OS](https://gitlab.redox-os.org/redox-os/redox): The state-of-the-art Rust Operating System.\n\n[RISC Vに従うCPUの上で動作するOSをRustで書く（CPU実験余興](https://moraprogramming.hateblo.jp/entry/2019/03/17/165802):\nVery useful blog about Rust bare-metal programming.\n\n[Writing an OS in Rust](https://os.phil-opp.com/): An excellent series about kernel dev with Rust.\n\n[xv6](https://github.com/mit-pdos/xv6-riscv): An Unix-like OS written in C.\n# Document\nBelow are SteinsOS docuements, one in Taiwanese, and the other in English.\n\n[Taiwanese](https://hackmd.io/@0x59616e/rJEE2msfY)\n\n[English](https://hackmd.io/@0x59616e/H1kKW4ift)\n\n\n# Prerequisites\nHere's what you need: \n- [Rust compiler](https://www.rust-lang.org/tools/install)\n```\n$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\n- [aarch64-none-elf toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads)\n- qemu-system-aarch64\n```\n$ sudo apt-get install -y qemu-system-aarch64\n```\n\n# Build and run\nJust run `make qemu`\n```\n$ make qemu\n```\n# Feature\n- Preemptive multi-tasking\n- Memory management\n- Virtual Memory\n- File system\n- C library\n\n# Shell\n```\n$ ls\n.\nshell\nls\ncat\nREADMD.md\n$ cat ./README.md\n...\n```\n\n# Contribution\n\nPull requests, bug reports and any kind of suggestion are very welcomed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x59616e%2FSteinsOS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x59616e%2FSteinsOS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x59616e%2FSteinsOS/lists"}