Highlights
- Pro
Realsil
Collect some IC textbooks for learning.
Chinese Translation on <PCI Express Technology Comprehensive Guide to Generations 1.x, 2.x and 3.0> by Mindshare Mindshare
计算机网络:自顶向下设计8th(2020),配套PPT,编程作业,WireShark实验,新增2020Fall Slides。
《计算机网络-自顶向下方法(原书第6版)》编程作业,Wireshark实验文档的翻译和解答。
《计算机网络 自顶向下方法 第六版 (中文版)》编程作业
Revised source code of "TCP/IP Illustrated Volume 1: The Protocols" for Linux.
The official Windows Driver Kit documentation sources
Windows Internals Book 7th edition Tools
This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Python - 100天从新手到大师
A command-line installer for Windows.
Download the latest stable Synergy binaries.
A minimal, modularized, and machine-independent hardware abstraction layer
NJU EMUlator, a full system x86/mips32/riscv32/riscv64 emulator for teaching
A script for configuring the Receive Packet Steering (RPS) and Receive Flow Steering (RFS) on linux
Windows Kernel Driver - Create a driver device in intermediate layer of Windows kernel based on NDIS, which communicates with and connect upper layer (user mode applications) and lower layer (minip…