On 2024/1/25 10:48, Muchun Song wrote:
+ if (huge_boot_pages[0].next == NULL) {It it not intuitive. I'd like to use a 'initialied' variableWould it make the code look a bit redundant?What is redundant?
I was thinking of adding a global variable at first, but it's possible to add a local static variable, which is more concise.