On Wed Jun 4, 2025 at 7:24 PM JST, Danilo Krummrich wrote: > On Wed, Jun 04, 2025 at 01:18:37PM +0900, Alexandre Courbot wrote: >> On Wed Jun 4, 2025 at 6:14 AM JST, Lyude Paul wrote: >> > On Wed, 2025-05-21 at 15:45 +0900, Alexandre Courbot wrote: >> >> + const NV_PRAMIN_SIZE: u64 = 0x100000; >> > >> > Don't leave those size constants out, they're getting lonely :C >> >> Not quite sure where I should put these; they are not used (for now) >> anywhere else, so the relevant scope is not obvious to me. Any >> suggestion? > > I assume Lyude means that you should use SZ_1M here. :)
Ahhhhh *thunderclap of Enlightenment* Of course. Done. :)