An in-kernel file loading interface
An in-kernel file loading interface
Posted Feb 21, 2016 11:43 UTC (Sun) by PaXTeam (guest, #24616)In reply to: An in-kernel file loading interface by anselm
Parent article: An in-kernel file loading interface
Posted Feb 21, 2016 11:54 UTC (Sun)
by anselm (subscriber, #2796)
[Link] (1 responses)
Makes sense to me (thank you for the clarification).
The important point as far as I'm concerned is that the kernel doesn't “read” a large executable into memory in its entirety before it is started, but maps it into memory and fetches pages from the file as required according to page faults arising from running the code.
Posted Feb 21, 2016 13:29 UTC (Sun)
by PaXTeam (guest, #24616)
[Link]
An in-kernel file loading interface
An in-kernel file loading interface
