Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yifengyou/linuxhacker
Linux内核学习笔记
https://github.com/yifengyou/linuxhacker
hacker kernel linux
Last synced: 6 days ago
JSON representation
Linux内核学习笔记
- Host: GitHub
- URL: https://github.com/yifengyou/linuxhacker
- Owner: yifengyou
- License: unlicense
- Created: 2023-09-12T07:23:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-13T13:13:28.000Z (about 1 year ago)
- Last Synced: 2024-04-17T17:13:30.318Z (7 months ago)
- Topics: hacker, kernel, linux
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinuxHacker
```
Something I hope you know before go into the coding~
First, please watch or star this repo, I'll be more happy if you follow me.
Bug report, questions and discussion are welcome, you can post an issue or pull a request.
```## 相关站点
*
*## 目录
* [networking](networking.md)
* [select poll epoll](networking/select_poll_epoll.md)
* [storage](storage.md)
* [file directory](storage/file_directory.md)
* [memory](memory.md)
* [memory access](memory/memory_access.md)
* [virtual memory](memory/virtual_memory.md)
* [processing](processing.md)
* [tasks](processing/tasks.md)
* [synchronization](processing/synchronization.md)
* [waitqueue](processing/synchronization/waitqueue.md)
* [spinlock](processing/synchronization/spinlock.md)
* [semaphore](processing/synchronization/semaphore.md)
* [scheduler](processing/scheduler.md)
* [system](system.md)
* [driver model](system/driver_model.md)
* [human interface](human_interface.md)
* [security](human_interface/security.md)---