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.
我已按照此链接设置内核开发环境。总之,我正在运行具有自定义根文件系统的 Linux 内核 5.11.5。我正在使用buildroot创建根文件系统。现在,文件系统映像大小是固定的,因此我什至无法在运行时从来宾内部创建目录。所以,我无法创建交换空间。
请提供一种为访客创建交换空间的方法。