We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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信息的时候会有很多类似的输出,其实是无用输出,应该定义一个开关
The text was updated successfully, but these errors were encountered:
修改之后的效果: 只保留一个logfile的路径与名称,方便开发者查看
Sorry, something went wrong.
[fix] Add ENABLE_PRINTF switch to control logging information
ENABLE_PRINTF
ad8dbc9
#THU-DSP-LAB#11
Successfully merging a pull request may close this issue.
看log信息的时候会有很多类似的输出,其实是无用输出,应该定义一个开关
The text was updated successfully, but these errors were encountered: