How to compile kernel with bigge page size -


i tried mount parition block size larger 4kb. operation failed following error:

function not implemented 

(i tried enabling huge pages, got same error).

after research found due blocksize being larger os page size.

as understand page size determined @ compile time, i'd try compile kernel different page size.

you can use these kernel configurations make menuconfig , change page size.

    config_<arch>_4k_pages     config_<arch>_16k_pages     config_<arch>_64k_pages 

Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -