Re: On-demand paging and lazy loading on NuttX;

2024-01-24 Thread Gregory Nutt
On 1/24/2024 3:44 PM, Gregory Nutt wrote: The on-demand paging logic is obsolete and incomplete as well as incorrect for the current architecture.  It was an experiment only for the LPC3131 when I was running out of a small SRAM with dynamic paging from SPI flash.  It really should be removed

Re: On-demand paging and lazy loading on NuttX;

2024-01-24 Thread Gregory Nutt
The on-demand paging logic is obsolete and incomplete as well as incorrect for the current architecture.  It was an experiment only for the LPC3131 when I was running out of a small SRAM with dynamic paging from SPI flash.  It really should be removed. True on-demand paging as you envision sho