Menu

Monthly Archives: February 2023

LRU Cache-Like Array-Based Linked List
In some circumstances, we may need to implement a limited-size list that works like LRU cache. Most implementations are done by recording the latest time [...]
Intercept Interrupt Window on AMD-V
Interrupt Window means a specific timing that a processor can inject an interrupt. On Intel VT-x, there is an option to intercept Interrupt Window by [...]