Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuangjux/notes
All notes of KuangjuX.
https://github.com/kuangjux/notes
architecture notes os system-programming
Last synced: 19 days ago
JSON representation
All notes of KuangjuX.
- Host: GitHub
- URL: https://github.com/kuangjux/notes
- Owner: KuangjuX
- License: mit
- Created: 2022-01-08T13:42:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T03:11:55.000Z (2 months ago)
- Last Synced: 2024-10-28T11:14:43.216Z (2 months ago)
- Topics: architecture, notes, os, system-programming
- Homepage:
- Size: 25.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# System Notes
- Arch
- [Instruction Level Parallelism](arch/CAAQA/ILP.md)
- [TLB MMU](arch/TLB%20MMU.md)- Courses
- MIT 6.S081
- [xv6-riscv Lazy Page Allocation](courses/MIT%206.S081/lazy.md)
- [xv6-riscv Copy On Write](courses/MIT%206.S081/cow.md)
- [xv6-riscv Network](courses/MIT%206.S081/net.md)
- [xv6-riscv User Thread](courses/MIT%206.S081/uthread.md)
- MIT 6.824
- [6.824 MapReduce](courses/MIT%206.824/6-824-MapReduce.md)
- [6.824 Raft Leader Election](courses/MIT%206.824/6-824-Lab2A.md)- Compiler
- [编译器寄存器分配](compiler/reg_allocation.md)- Computer Netword
- [传输层](network/transport.md)- OS
- xv6-rust
- [xv6-rust 设计文档](os/xv6-rust/xv6-rust-design.md)
- [多核与多处理器](os/multicore.md)
- [FAT32 文件系统](fat32%E7%AC%94%E8%AE%B0.md)
- [内存管理](os/mm.md)
- [IO uring 机制](os/io_uring.md)
- [Unikernel, Moduler OS](os/moduler-os.md)- Paper Notes
- OS
- [The Deminkernel Datapath OS Architecture for Microsecond-scale Datacenter Systems](paper-notes/os/Deminikernel.md)
- [RedLeaf: Isolation and Communication in a Safe Operating System](paper-notes/os/RedLeaf.md)
- Virtualization
- [HyperBench: A Benchmark Suite for Virtualization Capabilities](paper-notes/hypervisor/Hyperbench-A-Benchmark-Suite-for-Virtualization-Capabilities.md)- RISC -V
- [关于 RISC -V 中断](riscv/interrupt.md)
- [RISC -V H 扩展](riscv/RISC-V-H.md)
- [RISC -V SBI](riscv/sbi.md)- Rust
- [Rust trait](Rust/trait.md)
- [Rust 智能指针](Rust/smart_pointer.md)- Tools
- [Docker](tools/Docker.md)
- [riscv toolchain](tools/riscv-gnu-toolchain.md)
- [Visual Studio Code](tools/vscode.md)
- [Verilator 使用](tools/verilator.md)- Virtualization
- [内存虚拟化](vmm/mm-virtualizing.md)
- [IO 虚拟化](vmm/io-virtualizing.md)
- [KVM/QEMU](vmm/qemu-kvm.md)