# nvme_driver **Repository Path**: racaOS/nvme_driver ## Basic Information - **Project Name**: nvme_driver - **Description**: 来自rcore团队的nvme驱动 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-01 - **Last Updated**: 2024-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nvme drivers ## install qemu ``` cd example make install_qemu ``` ## install env ``` cd example make env ``` ## example run ``` cd example dd if=/dev/zero bs=1M count=128 of=nvme.img make qemu-nvme cat | head -c 1024 nvme.img | xxd ``` or ``` sh ./run.sh ```