{"id":16570302,"url":"https://github.com/KuangjuX/Notes","last_synced_at":"2025-10-29T01:30:22.430Z","repository":{"id":109541120,"uuid":"445830326","full_name":"KuangjuX/Notes","owner":"KuangjuX","description":"All notes of KuangjuX.","archived":false,"fork":false,"pushed_at":"2024-10-29T10:27:01.000Z","size":27451,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T13:16:04.579Z","etag":null,"topics":["architecture","notes","os","system-programming"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KuangjuX.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":"2022-01-08T13:42:36.000Z","updated_at":"2024-11-20T13:25:04.000Z","dependencies_parsed_at":"2024-10-28T10:26:04.502Z","dependency_job_id":"4619f848-57d1-4158-a7ca-8348461636ec","html_url":"https://github.com/KuangjuX/Notes","commit_stats":null,"previous_names":["kuangjux/notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KuangjuX%2FNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KuangjuX%2FNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KuangjuX%2FNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KuangjuX%2FNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KuangjuX","download_url":"https://codeload.github.com/KuangjuX/Notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238751890,"owners_count":19524655,"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":["architecture","notes","os","system-programming"],"created_at":"2024-10-11T21:18:21.201Z","updated_at":"2025-10-29T01:30:19.485Z","avatar_url":"https://github.com/KuangjuX.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# System Notes\r\n\r\n- Arch\r\n  \r\n  - [Instruction Level Parallelism](arch/CAAQA/ILP.md)\r\n  - [TLB MMU](arch/TLB%20MMU.md)\r\n\r\n- Courses\r\n  \r\n  - MIT 6.S081\r\n    - [xv6-riscv Lazy Page Allocation](courses/MIT%206.S081/lazy.md)\r\n    - [xv6-riscv Copy On Write](courses/MIT%206.S081/cow.md)\r\n    - [xv6-riscv Network](courses/MIT%206.S081/net.md)\r\n    - [xv6-riscv User Thread](courses/MIT%206.S081/uthread.md)\r\n  - MIT 6.824\r\n    - [6.824 MapReduce](courses/MIT%206.824/6-824-MapReduce.md)\r\n    - [6.824 Raft Leader Election](courses/MIT%206.824/6-824-Lab2A.md)\r\n\r\n- Compiler\r\n  \r\n  - [编译器寄存器分配](compiler/reg_allocation.md)\r\n\r\n- Computer Netword\r\n  \r\n  - [传输层](network/transport.md)\r\n\r\n- OS\r\n  \r\n  - xv6-rust\r\n    - [xv6-rust 设计文档](os/xv6-rust/xv6-rust-design.md)\r\n  - [多核与多处理器](os/multicore.md)\r\n  - [FAT32 文件系统](fat32%E7%AC%94%E8%AE%B0.md)\r\n  - [内存管理](os/mm.md)\r\n  - [IO uring 机制](os/io_uring.md)\r\n  - [Unikernel, Moduler OS](os/moduler-os.md)\r\n\r\n- Paper Notes\r\n  \r\n  - OS\r\n    \r\n    - [The Deminkernel Datapath OS Architecture for Microsecond-scale Datacenter Systems](paper-notes/os/Deminikernel.md)\r\n    \r\n    - [RedLeaf: Isolation and Communication in a Safe Operating System](paper-notes/os/RedLeaf.md)\r\n  \r\n  - Virtualization\r\n    \r\n    - [HyperBench: A Benchmark Suite for Virtualization Capabilities](paper-notes/hypervisor/Hyperbench-A-Benchmark-Suite-for-Virtualization-Capabilities.md)\r\n\r\n- RISC -V\r\n  \r\n  - [关于 RISC -V 中断](riscv/interrupt.md)\r\n  - [RISC -V H 扩展](riscv/RISC-V-H.md)\r\n  - [RISC -V SBI](riscv/sbi.md)\r\n\r\n- Rust \r\n  \r\n  - [Rust trait](Rust/trait.md)\r\n  - [Rust 智能指针](Rust/smart_pointer.md)\r\n\r\n- Tools\r\n  \r\n  - [Docker](tools/Docker.md)\r\n  - [riscv toolchain](tools/riscv-gnu-toolchain.md)\r\n  - [Visual Studio Code](tools/vscode.md)\r\n  - [Verilator 使用](tools/verilator.md)\r\n\r\n- Virtualization\r\n  \r\n  - [内存虚拟化](vmm/mm-virtualizing.md)\r\n  - [IO 虚拟化](vmm/io-virtualizing.md)\r\n  - [KVM/QEMU](vmm/qemu-kvm.md)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKuangjuX%2FNotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKuangjuX%2FNotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKuangjuX%2FNotes/lists"}