You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Right now, the only way (known way at least) of building this is by using a specific
.config
(1) and build theum
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 fromarch/um/configs/x86_64_defconfig
after choosing to not useCONFIG_MMU
.(1) https://github.com/nabla-containers/nabla-linux/blob/master/linux.config
The text was updated successfully, but these errors were encountered: