hi all:<div> when I change the cr0 register I get a "Segmentation fault (core dumped)".</div><div> my code is :</div><div> </div><div><br></div><div>.data</div><div>.text</div><div>.global _start</div>
<div>_start:</div><div> movl %eax, %cr0</div><div><br></div><div> this code can work well in ubuntu system when I use root to run it. So what can I do to work it in redhat system?</div><div><br></div><div> thanks</div>
<div><br></div>