Sep 26 2006
Does the linux store instructions and data to one page for kernel pages?
tim b asked:
Linux kernel pages are larger size and data to the kernel pages am guessing that the case may earlier versions did.
Sep 26 2006
Linux kernel pages are larger size and data to the kernel pages am guessing that the case may earlier versions did.
You must be logged in to post a comment.
September 27th, 2006 at 5:54 pm
I think u are mistaken like windows linux have paging memory
Linux (major version fedora debain etc) also have their version of Data Execution Prevention to prevent buffer overrun like yr concerns
If u have enough RAM linux wun even touch yr paging memory
The true purpose of linux paging memry is when yr kernel crashes linux will initiate kernel panic and dump yr RAm contents into yr paging memory for debugging later
Linux is much much more secure than any Windows anytime
September 30th, 2006 at 9:18 am
Weinter is right, the only time you should be concerned of your security when on linux is if you are logged in on the root user, or your root user has weak password. The only way a infection on linux can occur is if the infection has root access, any other way would be extremely hard.