1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:17:34 +00:00

Kernel: Create VM::RingBuffer class

This commit is contained in:
Sahan Fernando 2021-05-13 00:58:05 +10:00 committed by Andreas Kling
parent 8131c0de8c
commit 13d5cdcd08
3 changed files with 81 additions and 0 deletions

View file

@ -236,6 +236,7 @@ set(KERNEL_SOURCES
VM/Range.cpp
VM/RangeAllocator.cpp
VM/Region.cpp
VM/RingBuffer.cpp
VM/ScatterGatherList.cpp
VM/SharedInodeVMObject.cpp
VM/Space.cpp