{"id":26862065,"url":"https://github.com/callmesalmon/nanos","last_synced_at":"2025-09-09T07:37:12.963Z","repository":{"id":272900418,"uuid":"918097059","full_name":"callmesalmon/nanos","owner":"callmesalmon","description":"My attempt at making an actual good kernel. Contributions are always welcome! (WIP)","archived":false,"fork":false,"pushed_at":"2025-01-18T11:09:51.000Z","size":249,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T12:27:50.098Z","etag":null,"topics":["c","kernel","minimalist","nanokernel","operating-system","os","osdev","pure-c"],"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/callmesalmon.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":"2025-01-17T08:44:01.000Z","updated_at":"2025-01-18T11:09:52.000Z","dependencies_parsed_at":"2025-03-26T18:22:24.833Z","dependency_job_id":"8d476489-649f-4825-8731-b1a05b192dda","html_url":"https://github.com/callmesalmon/nanos","commit_stats":null,"previous_names":["elisstaaf/nanos","realpuresalmon/nanos","bestsalmon/nanos","callmesalmon/nanos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2Fnanos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2Fnanos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2Fnanos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2Fnanos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callmesalmon","download_url":"https://codeload.github.com/callmesalmon/nanos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246403903,"owners_count":20771530,"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":["c","kernel","minimalist","nanokernel","operating-system","os","osdev","pure-c"],"created_at":"2025-03-31T02:18:34.214Z","updated_at":"2025-03-31T02:18:34.861Z","avatar_url":"https://github.com/callmesalmon.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nanos\nThis is my personal attempt at making a *functional* kernel. If you didn't know\nalready, I made an operating system in C a few months ago. But uhhh, the kernel\nwas built upon very weak glue. Like, something you would buy at the supermarket!\nSo yeah, this is my *real* attempt at making a good kernel.\n\n## Requirements\n* [clang](https://clang.llvm.org/)\n* [limine](https://limine-bootloader.org/)\n* [nasm](https://nasm.us/)\n* [ninja](https://ninja-build.org/)\n* [python3](https://www.python.org/)\n* [lld](https://lld.llvm.org/)\n\n## Install\n```sh\n# Prerequisites\ngit clone https://github.com/limine-bootloader/limine -b v4.x-branch-binary $HOME/limine\nexport LIMINE_PATH=\"$HOME/limine\"\n\n# Fetch\ngit clone https://github.com/ElisStaaf/nanos\ncd nanos\n\n# Install\n./gen.py\nninja\nqemu-system-x86_64 nanos.iso -serial stdio\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallmesalmon%2Fnanos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallmesalmon%2Fnanos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallmesalmon%2Fnanos/lists"}