YTKernel
- 2 Devlogs
- 2 Total hours
Kernel that plays youtube videos
Kernel that plays youtube videos
~2h of progress for this feature.
The reason this feature took so long to complete was due to lots of issues with the memory allocator not being fully registered by the time scan_pci_devices() is invoked. I overcame this by instead using a heapless vector with a max of 32 PCI Devices, which can be changed with a const if needed.
Reposted as to comply with rules