{"id":21968084,"url":"https://github.com/codecs1/terminalos_l","last_synced_at":"2026-04-30T18:32:49.462Z","repository":{"id":252803448,"uuid":"841486693","full_name":"CodeCs1/TerminalOS_L","owner":"CodeCs1","description":"The Kernel based on Cosmos C# (used to restore the old version of TerminalOS)","archived":false,"fork":false,"pushed_at":"2026-03-22T03:17:32.000Z","size":142,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-22T18:42:02.002Z","etag":null,"topics":["cosmosos","csharp","terminalos","x86","x86-32","x86-64"],"latest_commit_sha":null,"homepage":"https://codecs1.github.io","language":"C#","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/CodeCs1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-12T14:00:01.000Z","updated_at":"2026-03-22T03:13:34.000Z","dependencies_parsed_at":"2024-08-29T17:14:02.564Z","dependency_job_id":"8a168351-1486-4592-a25f-ed77a9c36f23","html_url":"https://github.com/CodeCs1/TerminalOS_L","commit_stats":null,"previous_names":["codecs1/terminalos_l"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeCs1/TerminalOS_L","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCs1%2FTerminalOS_L","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCs1%2FTerminalOS_L/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCs1%2FTerminalOS_L/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCs1%2FTerminalOS_L/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeCs1","download_url":"https://codeload.github.com/CodeCs1/TerminalOS_L/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCs1%2FTerminalOS_L/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cosmosos","csharp","terminalos","x86","x86-32","x86-64"],"created_at":"2024-11-29T13:42:15.393Z","updated_at":"2026-04-30T18:32:49.436Z","avatar_url":"https://github.com/CodeCs1.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TerminalOS_L (Terminal OS Linux reborn)\n![sign](Artwork/OS_Sign.png)\n\n[![NETver](https://img.shields.io/badge/.Net_version-8.0-green?logo=dotnet\u0026?style=flat)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n\nThis project used to restore the old TerminalOS Project with some new features and fixes.\n\nIf you want to see the old one, check it here: [Old project github link](https://github.com/CodeCs1/TerminalOS-v1-C-)\n\n\u003e [!NOTE]\n\u003e This should be worked on all PC platform[^1]\n\n## Requirement\n1. Latest version of dotnet \n2. Cosmos C# DevKit[^2]\n\n## Installation\n\u003e Compiling this by typing this command to Terminal.\n```sh\ndotnet build\n```\n\u003e Or if you're using Visual Studio, just click on Build -\u003e Build Solution\n\n## Road Map\n- [x] A custom ATA PIO Driver.\n- [x] GUI forked from Win 1.0.\u003csup\u003eJust done the basic\u003c/sup\u003e\n- [x] MBR and GPT Partition table.\n- [x] Ext2, FAT32 File System Support.\u003csup\u003eRead-only\u003c/sup\u003e\n- [ ] Network Support.\n- [ ] EXT3/EXT4, NTFS File System Support.\n- [ ] A VFS replacement.\n- [ ] A custom ATAPI Driver.\u003csup\u003eCDRom driver\u003c/sup\u003e\n- [ ] Porting lua programming language.\n- [ ] ELF Reader and Loader.\u003csup\u003eExe file as well\u003c/sup\u003e\n- [ ] Windows-like path.\n- [ ] AHCI, NVMe[^3] Driver Support.\n- [ ] Floppy Disk Driver Support.\n- [ ] Intel High Definition Audio (IHDA).\n- [ ] Some network support.\n\n### Driver that I should left it for future implement.\n- Some Graphics driver (no not some proprietary one)\n- Virtual Machine Guest (VirtualBox, VMWare, HyperV, QEMU).\n- Some Plug-n-Play driver.\n- Support PCIe.\n- Doing some USB Implementation. (xHCI)\n\n\n[^1]: I don't know if Cosmos C# is support MacOS\n[^2]: UserKit is ok, but I recommend using DevKit for better performance or something.\n[^3]: If Cosmos support Paging.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecs1%2Fterminalos_l","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecs1%2Fterminalos_l","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecs1%2Fterminalos_l/lists"}