Skip to content
New issue

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

mm/mm_test.c : make WP bit invalid #5

Open
yhshu opened this issue Aug 15, 2017 · 1 comment
Open

mm/mm_test.c : make WP bit invalid #5

yhshu opened this issue Aug 15, 2017 · 1 comment

Comments

@yhshu
Copy link
Collaborator

yhshu commented Aug 15, 2017

mm/mm_test.c
Line 133 ~ line 136
The code in line 135 is going to make WP valid, but the code comment in line 133 says it is going to make WP invalid.
So, I guess the right code should be
"andl $0x11101111, %%eax\n\t"

@VOID001
Copy link
Owner

VOID001 commented Aug 15, 2017

@lzw429 这是我的说明疏忽了,应该是 Make WP enabled (Write Protect enable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants