I want to add kernel boot parameter that's 'memmap' in android-x86 OS.
Note: I do not have android device, but just emulation (using my laptop act as asus tablet)
- I have tried using Ubuntu's memmap addition but it did not work.
- I have also tried to find custom kernels but I did not get them for the target I am looking for.
What is the best way to config kernel,
- Do I need to built a new customized AOSP by setting up the memmap?
- Or just using terminal emulator app, adding the parameter. If this is possible then please elaborate how to do it using terminal.
Your help is really appreciated.