mythos icon indicating copy to clipboard operation
mythos copied to clipboard

update the documentation wrt kernel and device memory and frame sizes

Open rottaran opened this issue 6 years ago • 0 comments

Find the places in the latex documents that mention frames, device and kernel memory. The new rules are as follows: The start address is restricted to 4KiB alignment, the size of frames is restricted to power-of-two multiples of 4KiB. You can allocate "Frames" from Kernel Memory objects, which is implemented by the MemoryRegion kernel objects and these can have arbitrary size in multiples of 4KiB.

rottaran avatar Jul 24 '19 17:07 rottaran