V.E.L.O.C.I.T.Y.-OS의 9편에서는 PCI 스캐너, NVMe 드라이버, FAT32 파서를 작성하는 방법을 다룹니다.
V.E.L.O.C.I.T.Y.-OS 시리즈의 9편에서는 운영 체제의 핵심 구성 요소인 드라이버를 작성하는 방법에 대해 설명합니다. 저자는 PCI 스캐너, NVMe 블록 저장소 컨트롤러 및 FAT32 파서를 구현하면서, 표준 OS에서 사용하는 레거시 BIOS 호출과 드라이버 스택 없이 직접 하드웨어와 상호작용해야 하는 도전을 다룹니다. 이 시리즈는 전반적으로 CPU의 L3 캐시 내에서 실행되는 자가 치유 운영 체제를 구축하는 것을 목표로 합니다.
Part 9 of V.E.L.O.C.I.T.Y.-OS focuses on writing a PCI scanner, NVMe driver, and FAT32 parser.
In part 9 of the V.E.L.O.C.I.T.Y.-OS series, the author delves into the critical task of writing drivers, specifically a PCI scanner, NVMe block storage controller, and FAT32 parser. The challenge arises from the need to operate without the legacy BIOS calls and extensive driver stacks typical in standard operating systems. This series aims to develop a self-healing operating system running entirely within the CPU's L3 cache, marking a significant milestone in low-level system programming.