{"id":8914364,"url":"https://github.com/itsManjeet/rlxnix-kernel","last_synced_at":"2025-08-10T12:31:10.101Z","repository":{"id":106864648,"uuid":"313052595","full_name":"itsManjeet/rlxnix-kernel","owner":"itsManjeet","description":"a experimental monolithic kernel in rust","archived":false,"fork":false,"pushed_at":"2020-11-20T09:12:21.000Z","size":57,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-17T16:13:52.895Z","etag":null,"topics":["kernel","linux","monolithic","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsManjeet.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"patreon":"itsmanjeet"}},"created_at":"2020-11-15T14:45:35.000Z","updated_at":"2024-04-25T11:45:05.000Z","dependencies_parsed_at":"2024-01-14T03:45:58.611Z","dependency_job_id":"16cfa08d-32ae-4f94-89e7-af6233045270","html_url":"https://github.com/itsManjeet/rlxnix-kernel","commit_stats":null,"previous_names":["itsmanjeet/rlxnix","itsmanjeet/rlxnix-kernel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsManjeet%2Frlxnix-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsManjeet%2Frlxnix-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsManjeet%2Frlxnix-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsManjeet%2Frlxnix-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsManjeet","download_url":"https://codeload.github.com/itsManjeet/rlxnix-kernel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":216147538,"owners_count":15982082,"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","linux","monolithic","osdev","rust"],"created_at":"2024-05-01T22:09:50.233Z","updated_at":"2024-08-20T12:30:37.268Z","avatar_url":"https://github.com/itsManjeet.png","language":"Rust","funding_links":["https://patreon.com/itsmanjeet"],"categories":["rust"],"sub_categories":[],"readme":"\u003c!--\n*** Thanks for checking out this README Template. If you have a suggestion that would\n*** make this better, please fork the repo and create a pull request or simply open\n*** an issue with the tag \"enhancement\".\n*** Thanks again! Now go create something AMAZING! :D\n--\u003e\n\n\n\n\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![GPL License][license-shield]][license-url]\n![Rust](https://github.com/itsManjeet/rlxnix/workflows/Rust/badge.svg)\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/itsmanjeet/rlxnix.git\"\u003e\n    \u003cimg src=\".data/logo.png\" alt=\"Logo\"\u003e\n  \u003c/a\u003e\n  \u003cp align=\"center\"\u003e\n    An experimental monolithic kernel in rust\n    \u003cbr /\u003e\n    \u003c!--a href=\"https://github.com/itsmanjeet/rlxnix\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a--\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003c!--a href=\"https://github.com/itsmanjeet/rlxnix\"\u003eView Demo\u003c/a--\u003e\n    ·\n    \u003ca href=\"https://github.com/itsmanjeet/rlxnix/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/itsmanjeet/rlxnix/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n* [Getting Started](#getting-started)\n  * [Requirements](#requirements)\n  * [Installation and Testing](#installation-and-testing)\n* [Roadmap](#roadmap)\n* [Contributing](#contributing)\n* [License](#license)\n* [Contact](#contact)\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nrlxnix is a experimental monolithic kernel written in rust for analyzing and learning the internals of operating system in a memory safe language.\n\n### Requirements\n\n- rust, cargo (testing)\n- qemu\n\n### Installation and Testing\n```bash\n    cargo run\n```\n\n\n\u003c!-- ROADMAP --\u003e\n## Roadmap\n\n- [x] Target x86_64\n- [x] Setup std macros via vga memory (print!,println!)\n- [x] Unit testing framework\n- [x] Descriptor tables\n- [x] IRQ and ISRS\n- [x] Implement basic Paging\n- [x] Allocator Framework\n  - [ ] Buddy allocator ??\n- [ ] Multitask Await/Async\n- [ ] Virtual filesystem\n  - [ ] Initrd Support\n- [ ] Usermode\n  - [ ] Switch to ring 0 -\u003e 3\n  - [ ] Basic syscall support\n  - [ ] C runtime libraries\n- [ ] Modules Support\n\n\nSee the [open issues](https://github.com/itsmanjeet/rlxnix/issues) for a list of proposed features (and known issues).\n\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b 0.1.0`)\n3. Commit your Changes (`git commit -m '[my-id] my awesome Feature'`)\n4. Push to the Branch (`git push origin 0.1.0`)\n5. Open a Pull Request\n\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the GPL3 License. See `license` for more information.\n\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\nManjeet Singh - [@releaxos](https://twitter.com/releaxos) - itsmanjeet@releax.in \u003cbr /\u003e\n\n[Join](https://discord.gg/TXTxDTYcdg) our discord server for any query\n\n\n## Acknowledgement\n\n- [https://os.phil-opp.com/](https://os.phil-opp.com/)\n- [blog os](https://github.com/phil-opp/blog_os)\n- [osdev](https://osdev.org)\n- [JamesM's kernel development](http://www.jamesmolloy.co.uk/tutorial_html/)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/itsmanjeet/rlxnix.svg?style=flat-square\n[contributors-url]: https://github.com/itsmanjeet/rlxnix/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/itsmanjeet/rlxnix.svg?style=flat-square\n[forks-url]: https://github.com/itsmanjeet/rlxnix/network/members\n[stars-shield]: https://img.shields.io/github/stars/itsmanjeet/rlxnix.svg?style=flat-square\n[stars-url]: https://github.com/itsmanjeet/rlxnix/stargazers\n[issues-shield]: https://img.shields.io/github/issues/itsmanjeet/rlxnix.svg?style=flat-square\n[issues-url]: https://github.com/itsmanjeet/rlxnix/issues\n[license-shield]: https://img.shields.io/github/license/itsmanjeet/rlxnix.svg?style=flat-square\n[license-url]: https://github.com/itsmanjeet/rlxnix/blob/master/license\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FitsManjeet%2Frlxnix-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FitsManjeet%2Frlxnix-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FitsManjeet%2Frlxnix-kernel/lists"}