visualize: provide a visual map of the memory layout - on Z80 at least
authorAlan Cox <alan@linux.intel.com>
Mon, 25 Jun 2018 21:08:38 +0000 (22:08 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 25 Jun 2018 21:08:38 +0000 (22:08 +0100)
commit287d1c5c94d4d9d19ae77a3457437b5ca128f723
treeba5b2a2749ce9ab0d69ce1ee1e53b31cb23bafe0
parentaa759e1f2b3f981d7602943a3167fa279b2eeff6
visualize: provide a visual map of the memory layout - on Z80 at least

A 64 x 4 display showing 64K split into 256 byte chunks in 64 x 1K vertical
stripes showing free and used spaces.

Doesn't produce sensible output for banked binaries.
Kernel/tools/visualize.c [new file with mode: 0644]