<aname="l1"></a><spanclass=cF0>A </span><spanclass=cF2>Queue</span><spanclass=cF0> is a bunch of </span><ahref="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/MAllocFree.CC.html#l391"><spanclass=cF4>MAlloc</span></a><spanclass=cF0>()ed chunks of mem linked together in a circle with one pointer to the </span><spanclass=cF2>next</span><spanclass=cF0> value and another
<aname="l2"></a>pointer to the </span><spanclass=cF2>last</span><spanclass=cF0> value. These ptrs must be stored in the first locations in the structure.