{"id":26638079,"url":"https://github.com/tsatke/devos","last_synced_at":"2025-04-10T19:50:50.516Z","repository":{"id":154967324,"uuid":"628708759","full_name":"tsatke/devos","owner":"tsatke","description":"WIP","archived":false,"fork":false,"pushed_at":"2025-04-01T17:32:30.000Z","size":1001,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T17:41:36.035Z","etag":null,"topics":["kernel","operating-system","osdev"],"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/tsatke.png","metadata":{"files":{"readme":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2023-04-16T19:21:53.000Z","updated_at":"2025-04-01T17:32:33.000Z","dependencies_parsed_at":"2023-10-14T19:39:08.554Z","dependency_job_id":"ae4f4369-c12e-4237-9499-b03594326de8","html_url":"https://github.com/tsatke/devos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsatke%2Fdevos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsatke%2Fdevos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsatke%2Fdevos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsatke%2Fdevos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsatke","download_url":"https://codeload.github.com/tsatke/devos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248283160,"owners_count":21077786,"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":["kernel","operating-system","osdev"],"created_at":"2025-03-24T17:25:10.959Z","updated_at":"2025-04-10T19:50:50.500Z","avatar_url":"https://github.com/tsatke.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# DevOS\n\n[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://devos.zulipchat.com)\n[![build](https://github.com/tsatke/devos/actions/workflows/build.yml/badge.svg)](https://github.com/tsatke/devos/actions/workflows/build.yml)\n\nAn operating system and kernel developed with the Rust programming language.\n\n[Requirements](#requirements) •\n[Features](#features) •\n[Build and Run](#build-and-run)\n\n\u003c/div\u003e\n\n### Requirements\n\n* QEMU (for running and testing the kernel)\n* [`rustup`](https://rustup.rs)\n* `cc` (probably already available on your system)\n* `mke2fs` for now\n\nWith those installed, you can simply run `cargo build` to build an image.\nIf you also have QEMU installed, `cargo run` and `cargo test` also will work.\n\n### Features\n\n- [x] Heap\n- [x] Syscalls\n- [ ] Drivers\n    - [x] PCI driver\n    - [x] IDE driver (no ATA)\n    - [x] VGA\n    - [x] xHCI\n    - [ ] USB\n    - [ ] NVMe\n    - [ ] Networking\n- [x] Virtual File System with EXT2 implementation\n- [x] Preemptive multitasking (processes \u0026 threads)\n- [ ] Interactive shell\n- [x] Test framework\n\n### Build and Run\n\nTo run the kernel in QEMU\n\n```plain\ncargo run\n```\n\n### Running tests\n\nTo run tests with QEMU, run\n\n```plain\ncargo test\n```\n\nThis will run kernel unit tests, as well as all `test_kernels`.\n\n### Debugging\n\nTo debug the kernel in QEMU, run\n\n```plain\ncargo run -- --debug\n```\n\nand then connect to the QEMU instance with `lldb`:\n\n```plain\nlldb -s debug.lldb\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsatke%2Fdevos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsatke%2Fdevos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsatke%2Fdevos/lists"}