# 小陈爱学习 **Repository Path**: markchen7788/mark-loves-learning ## Basic Information - **Project Name**: 小陈爱学习 - **Description**: 小陈的私人领地 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-24 - **Last Updated**: 2024-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 小陈爱学习 #### QEMU/KVM * [KVM学习笔记](https://yifengyou.gitbooks.io/learn-kvm/content/) * [qemu/kvm源码解析与应用](https://weread.qq.com/web/reader/ec132be07263ffc1ec1dc10) * [QEMU+KVM学习笔记](https://www.evernote.com/shard/s325/client/snv?isnewsnv=true¬eGuid=bebe0aaa-9d30-4624-9772-a0af9dfffead¬eKey=a08905a6b6733c5cd945bba560d4d927&sn=https%3A%2F%2Fwww.evernote.com%2Fshard%2Fs325%2Fsh%2Fbebe0aaa-9d30-4624-9772-a0af9dfffead%2Fa08905a6b6733c5cd945bba560d4d927&title=QEMU%252BKVM%25E5%25AD%25A6%25E4%25B9%25A0%25E7%25AC%2594%25E8%25AE%25B0) * [RedHat-Virtio-Vhost](https://www.redhat.com/en/blog/introduction-virtio-networking-and-vhost-net) * [QEMU DOC](https://www.qemu.org/docs/master/about/emulation.html) ### OS * [How to make a computer operating system(EN-GIT)](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System.git) * [How to make a computer operating system(CN-GIT)](https://github.com/CasterWx/How-to-Make-a-Computer-Operating-System-ZH-CN) * [How to make a computer operating system(Book)](https://samypesse.gitbook.io/how-to-create-an-operating-system/chapter-1) * [MIT 6.828](https://pdos.csail.mit.edu/6.828/2018/schedule.html) * [MIT 6.828-Github](https://github.com/SmallPond/MIT6.828_OS/tree/master) #### Virtio * [virio协议概述](https://www.openeuler.org/zh/blog/yorifang/virtio-spec-overview.html) * [virio规范官网](http://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html) #### Seastar * [net模块](https://gitee.com/cdevel/seastar/tree/seastar-22.11-branch/src/net) * [http模块](https://gitee.com/cdevel/seastar/tree/seastar-22.11-branch/src/http) * [doc](https://docs.seastar.io/master/index.html) #### netstack * [lwip源码](https://gitee.com/markchen7788/lwip-dpdk/tree/master/lwip/src) * FREEBSD-LITE * TCP/IP详解卷2 * [FREEBSD BOOK](https://docs.freebsd.org/zh-cn/books/handbook/introduction/) * [源码](https://gitee.com/piaoxuebingfeng/BSDLite_4.4/tree/master) #### 存储全栈 * Linux开源存储全栈详解:从Ceph到容器存储 * [存储全栈](https://zhuanlan.zhihu.com/p/528770730)