Linux kernel building tips
less than 1 minute read
- nconfig looks prettier than menuconfig
- syncconfig replaces slientoldconfig
- localmodconfig uses lsmod to update .config with currently loaded modules
- localyesconfig is like localmodconfig, but built-in instead of modulize
- LSMOD env variable to provide lsmod output from file
- INSTALL_MOD_PATH overrides modules_install root
You may also enjoy
less than 1 minute read
It is common to create an OS image with a Containerfile like following:
less than 1 minute read
This blog is now also available under Gemini protocol, in Gemtext format, at gemini://xdavidwu.eglo.ga. Post contents are identical.
1 minute read
When learning about Gemini today, I clicked on a gemini:// link, set my Firefox open-with preference to a command line client and clicked “Open link”, but no...
less than 1 minute read
I have started writing posts in English on this blog. All posts in English will be tagged en.
Leave a comment