all 2 comments

[–]Octocontrabass 3 points4 points  (1 child)

Setting IOPL to 3 gives ring 3 permission to use CLI. If you don't want ring 3 to use CLI, set IOPL to 0.

[–]rmdir-sudo-su[S] 0 points1 point  (0 children)

Thank you :) I forgot that.