{"id":23636496,"url":"https://github.com/ryand1234/operating-system","last_synced_at":"2026-05-05T02:39:56.694Z","repository":{"id":233251925,"uuid":"765825553","full_name":"Ryand1234/operating-system","owner":"Ryand1234","description":"A cheeky operating system that is light weight and can do some stuff","archived":false,"fork":false,"pushed_at":"2024-08-05T09:28:41.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-23T18:21:33.045Z","etag":null,"topics":["assembly","c","kernel","linker"],"latest_commit_sha":null,"homepage":"","language":"C","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/Ryand1234.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-01T17:35:09.000Z","updated_at":"2024-08-05T09:28:45.000Z","dependencies_parsed_at":"2024-05-01T09:25:41.069Z","dependency_job_id":"78968b51-8013-49f2-9ee2-32ae4e33c166","html_url":"https://github.com/Ryand1234/operating-system","commit_stats":null,"previous_names":["ryand1234/operating-system"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Ryand1234/operating-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryand1234%2Foperating-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryand1234%2Foperating-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryand1234%2Foperating-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryand1234%2Foperating-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryand1234","download_url":"https://codeload.github.com/Ryand1234/operating-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryand1234%2Foperating-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32633438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["assembly","c","kernel","linker"],"created_at":"2024-12-28T06:13:16.202Z","updated_at":"2026-05-05T02:39:56.678Z","avatar_url":"https://github.com/Ryand1234.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cheaky OS\nWelcome to Cheaky OS - the cheekiest operating system in town! 🎩✨\n\nCheaky OS is a simple skeleton OS designed to be lightweight and efficient, perfect for systems with low memory and storage. It's your go-to solution for getting things done without bogging down your hardware.\n\n## Features\n### 🧹 Scripts:\n\n- clean.sh: Feeling cluttered? Run this script to tidy up and remove all build files, leaving your repo squeaky clean.\n- build.sh: Compile everything and link them using the linker to get your OS up and running.\n- ios.sh: Need an ISO file? This script has got you covered. It compiles the kernel and creates a neat isodir folder with all the essentials.\n- qemu.sh: Launch your OS with style using this script. It compiles the kernel and fires up the qemu system to run the ISO file. Ready, set, go!\n\n## 📝 Todo\n- [x] Formatted Printing\n- [x] String Functions\n- [x] GDT\n- [x] Memory Management\n- [x] Interrupts\n- [x] Keyboard Support\n- [ ] Process Management\n- [ ] FileSystem\n- [ ] Stack Smashing Protector\n\nAnd that's just the beginning! More tasks will be added once these are tackled. Are you up for the challenge?\n\n## Setup\n### ⚙️ Getting Started:\n\n- Requirements: Ensure you have the necessary tools and dependencies installed. Check out the requirements.md file for details.\n- Installation: Clone the repository to your local machine and run the provided setup scripts to get everything up and running.\n- Configuration: Customize your OS experience by tweaking the configuration files to your liking. The possibilities are endless!\n\n## Usage\n### 🚀 Running Cheaky OS:\n\n- Building: Use the build.sh script to compile the OS and prepare it for launch.\n- Launching: Fire up your OS with flair using the qemu.sh script. Sit back, relax, and watch as Cheaky OS dazzles you with its charm.\n\n### 🔧 Customization:\n- Want to add your own features or tweak existing ones? Dive into the code and let your creativity flow! Don't forget to share your improvements with the community.\n\n## Contribution\n### Fork this repository\n\nFork this repository by clicking on the fork button on the top of this page.\nThis will create a copy of this repository in your account.\n\n### Clone the repository\n\nNow clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.\n\nOpen a terminal and run the following git command:\n\n```bash\ngit clone \"url you just copied\"\n```\n\nwhere \"url you just copied\" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.\n\n\nFor example:\n\n```bash\ngit clone git@github.com:Ryand1234/operating-system.git\n```\n\nwhere `this-is-you` is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer.\n\n### Create a branch\n\nChange to the repository directory on your computer (if you are not already there):\n\n```bash\ncd operating-system\n```\n\nNow create a branch using the `git switch` command:\n\n```bash\ngit switch -c your-new-branch-name\n```\n\nFor example:\n\n```bash\ngit switch -c add-alonzo-church\n```\n\n### Make necessary changes and commit those changes\n\nNow open `Contributors.md` file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file.\n\nIf you go to the project directory and execute the command `git status`, you'll see there are changes.\n\nAdd those changes to the branch you just created using the `git add` command:\n\n```bash\ngit add Contributors.md\n```\n\nNow commit those changes using the `git commit` command:\n\n```bash\ngit commit -m \"Add your-name to Contributors list\"\n```\n\nreplacing `your-name` with your name.\n\n### Push changes to GitHub\n\nPush your changes using the command `git push`:\n\n```bash\ngit push -u origin your-branch-name\n```\nreplacing `your-branch-name` with the name of the branch you created earlier.\n\nNow submit the pull request.\nSoon I'll be merging all your changes into the main branch of this project. You will get a notification email once the changes have been merged.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryand1234%2Foperating-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryand1234%2Foperating-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryand1234%2Foperating-system/lists"}