1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Kernel/Bus
Jesse Buhagiar 3f94857e7c Kernel/USB: Harden Descriptor memory allocation
The previous version of this was pretty bad and caused a lot of
odd behevaiour to occur. We now abstract a lot of the allocation
behind a `template`d pool class that handles all of the memory
allocation.
2021-08-19 18:42:07 +02:00
..
PCI Kernel: Const defines for PCI IDs for storage controllers 2021-08-18 18:18:12 +02:00
USB Kernel/USB: Harden Descriptor memory allocation 2021-08-19 18:42:07 +02:00
VirtIO Kernel: Move VirtIO code into the Bus source folder 2021-08-13 08:06:47 +02:00