On 2/1/23 17:14, Glenn Washburn wrote:
On Mon, 30 Jan 2023 14:16:20 -0500
Stefan Berger wrote:
+
+#ifdef MM_DEBUG
Since you added the line "condition = COND_MM_DEBUG;" to
grub-core/Makefile.core.def above. Are these "#ifdef MM_DEBUG" lines in
this file needed? And if they still are needed
On Mon, 30 Jan 2023 14:16:20 -0500
Stefan Berger wrote:
> From: Daniel Axtens
>
> When working on memory, it's nice to be able to test your work.
>
> Add a memtest module. When compiled with --enable-mm-debug, it exposes
> 3 commands:
>
> * lsmem - print all allocations and free space in all
From: Daniel Axtens
When working on memory, it's nice to be able to test your work.
Add a memtest module. When compiled with --enable-mm-debug, it exposes
3 commands:
* lsmem - print all allocations and free space in all regions
* lsfreemem - print free space in all regions
* stress_big_all
From: Daniel Axtens
When working on memory, it's nice to be able to test your work.
Add a memtest module. When compiled with --enable-mm-debug, it exposes
3 commands:
* lsmem - print all allocations and free space in all regions
* lsfreemem - print free space in all regions
* stress_big_all