Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 64 位 linux 主机上构建 32 位 UML(用户模式 Linux)内核。我怎样才能做到这一点?
我能够构建 64 位 UML 内核,如下所示:
make defconfig ARCH=um make ARCH=um
UML 内核源代码树是 linux 2.6.27。
谢谢。
尝试使用ARCH=um SUBARCH=i386
ARCH=um SUBARCH=i386