Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix arch/um/configs/x86_64_defconfig #4

Open
ricarkol opened this issue Jun 26, 2020 · 0 comments
Open

Fix arch/um/configs/x86_64_defconfig #4

ricarkol opened this issue Jun 26, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers

Comments

@ricarkol
Copy link

ricarkol commented Jun 26, 2020

Right now, the only way (known way at least) of building this is by using a specific .config (1) and build the um arch (ARCH=um). This is wrong. Ideally, we would want to be able to build any kernel, any arch, and use any valid config.
Also, the default config values for ARCH=um+nommu should come from arch/um/configs/x86_64_defconfig after choosing to not use CONFIG_MMU.

(1) https://github.com/nabla-containers/nabla-linux/blob/master/linux.config

@ricarkol ricarkol added bug Something isn't working enhancement New feature or request good first issue Good for newcomers labels Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant