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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -