On Mon, 2025-09-22 at 21:30 +1000, Alistair Popple wrote:
> /// Creates a self-mapping page table for `obj` at its beginning.
> -fn create_pte_array(obj: &mut CoherentAllocation<u8>) {
> +fn create_pte_array<T: AsBytes + FromBytes>(obj: &mut CoherentAllocation<T>,
> skip: usize) {Please add documentation for the 'skip' parameter.
