We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fprintf(stderr, "Warning: the memory at [0x%llX, 0x%llX] has been realigned\n" "to the %ld KiB page size: [0x%llX, 0x%llX]\n", base0, base0 + size0 - 1, long(PGSIZE / 1024), base, base + size - 1);
看log信息的时候会有很多类似的输出,其实是无用输出,应该定义一个开关
看log信息的时候会有很多类似的输出,其实是无用输出,应该定义一个开关