banan-os/kernel/kernel/Storage
Bananymous 3bac19e518 Kernel: Add fast page to page table
Add "fast page" to KERNEL_OFFSET. This is always present in page
tables and only requires changing the page table entry to map. This
requires no interrupts since it should only be for very operations
like memcpy.

I used to map all temporary mappings to vaddr 0, but this is much
better. C++ standard always says that nullptr access is undefined
and this gets rid of it.

Fixed some bugs I found along the way
2023-10-30 19:02:09 +02:00
..
ATA Kernel: Add timeout to ACHI commands 2023-10-24 11:56:25 +03:00
DiskCache.cpp Kernel: Add fast page to page table 2023-10-30 19:02:09 +02:00
StorageDevice.cpp Kernel: Rewrite all read/write functions to use BAN::ByteSpan 2023-10-24 11:56:00 +03:00