{"id":13459206,"url":"https://github.com/0xAX/linux-insides","last_synced_at":"2025-03-24T16:31:31.374Z","repository":{"id":25324638,"uuid":"28751632","full_name":"0xAX/linux-insides","owner":"0xAX","description":"A little bit about a linux kernel","archived":false,"fork":false,"pushed_at":"2024-11-23T18:42:33.000Z","size":21172,"stargazers_count":30433,"open_issues_count":43,"forks_count":3385,"subscribers_count":1350,"default_branch":"master","last_synced_at":"2025-03-18T04:02:18.020Z","etag":null,"topics":["linux","linux-insides","linux-kernel"],"latest_commit_sha":null,"homepage":"http://0xax.gitbooks.io/linux-insides/content/index.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xAX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-03T18:44:57.000Z","updated_at":"2025-03-18T03:12:46.000Z","dependencies_parsed_at":"2023-01-14T02:45:08.645Z","dependency_job_id":"3b98d53c-eddc-4997-a868-e75122a7fd06","html_url":"https://github.com/0xAX/linux-insides","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/0xAX%2Flinux-insides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAX%2Flinux-insides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAX%2Flinux-insides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAX%2Flinux-insides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xAX","download_url":"https://codeload.github.com/0xAX/linux-insides/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245308622,"owners_count":20594278,"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":["linux","linux-insides","linux-kernel"],"created_at":"2024-07-31T09:01:10.269Z","updated_at":"2025-03-24T16:31:28.183Z","avatar_url":"https://github.com/0xAX.png","language":"Python","readme":"linux-insides\n===============\n\nA book-in-progress about the linux kernel and its insides.\n\n**The goal is simple** - to share my modest knowledge about the insides of the linux kernel and help people who are interested in linux kernel insides, and other low-level subject matter. Feel free to go through the book [Start here](https://github.com/0xAX/linux-insides/blob/master/SUMMARY.md)\n\n**Questions/Suggestions**: Feel free about any questions or suggestions by pinging me at twitter [@0xAX](https://twitter.com/0xAX), adding an [issue](https://github.com/0xAX/linux-insides/issues/new) or just drop me an [email](mailto:anotherworldofworld@gmail.com).\n\nGenerating eBooks and PDFs - [documentation](https://github.com/GitbookIO/gitbook/blob/master/docs/ebook.md)\n\n# Mailing List\n\nWe have a Google Group mailing list for learning the kernel source code. Here are some instructions about how to use it.\n\n#### Join\n\nSend an email with any subject/content to `kernelhacking+subscribe@googlegroups.com`. Then you will receive a confirmation email. Reply it with any content and then you are done.\n\n\u003e If you have Google account, you can also open the [archive page](https://groups.google.com/forum/#!forum/kernelhacking) and click **Apply to join group**. You will be approved automatically.\n\n#### Send emails to mailing list\n\nJust send emails to `kernelhacking@googlegroups.com`. The basic usage is the same as other mailing lists powered by mailman.\n\n#### Archives\n\nhttps://groups.google.com/forum/#!forum/kernelhacking\n\nOn other languages\n-------------------\n\n  * [Brazilian Portuguese](https://github.com/mauri870/linux-insides)\n  * [Chinese](https://github.com/MintCN/linux-insides-zh)\n  * [Japanese](https://github.com/tkmru/linux-insides-ja)\n  * [Korean](https://github.com/junsooo/linux-insides-ko)\n  * [Russian](https://github.com/proninyaroslav/linux-insides-ru)\n  * [Spanish](https://github.com/leolas95/linux-insides)\n  * [Turkish](https://github.com/ayyucedemirbas/linux-insides_Turkish)\n\nDocker\n------\n\nIn order to run your own copy of the book with gitbook within a local container:\n\n1. Enable Docker experimental features with vim or another text editor\n   ```bash\n    sudo vim /usr/lib/systemd/system/docker.service\n   ```\n\n   Then add --experimental=true to the end of the ExecStart=/usr/bin/dockerd -H fd:// line and save.\n\n   Eg: *ExecStart=/usr/bin/dockerd -H fd:// --experimental=true*\n\n   Then, you need to reload and restart the Docker daemon:\n   ```bash\n    systemctl daemon-reload\n    systemctl restart docker.service\n   ```\n\n2. Run docker image\n   ```bash\n   make run\n   ```\n\n3. Open your local copy of linux insides book under this url\n   http://localhost:4000 or run `make browse`\n\n\nContributions \n--------------\n\nFeel free to create issues or pull-requests if you have any problems.\n\n**Please read [CONTRIBUTING.md](https://github.com/0xAX/linux-insides/blob/master/CONTRIBUTING.md) before pushing any changes.**\n\n![linux-kernel](Assets/linux-kernel.png)\n\nAuthor\n---------------\n\n[@0xAX](https://twitter.com/0xAX)\n\nLICENSE\n-------------\n\nLicensed [BY-NC-SA Creative Commons](http://creativecommons.org/licenses/by-nc-sa/4.0/).\n","funding_links":[],"categories":["Python","Introduction","Others","Linux kernel and device driver development","Uncategorized","HarmonyOS","其他","linux","Operating Systems","书籍 / 阅读","Lecture","Engineering \u0026 Performance","书籍 / 阅读 / 学习"],"sub_categories":["ESP8266","Uncategorized","Windows Manager","网络服务_其他","Linux","System"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xAX%2Flinux-insides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xAX%2Flinux-insides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xAX%2Flinux-insides/lists"}