用户模式linux立即中止

用户模式linux立即中止
   ./linux rootfstype=hostfs mem=64M rw init=/bin/bash 
    Core dump limits :
        soft - NONE
        hard - NONE
    Checking that ptrace can change system call numbers...OK
    Checking syscall emulation patch for ptrace...OK
    Checking advanced syscall emulation patch for ptrace...OK
    Checking environment variables for a tempdir...none found
    Checking if /dev/shm is on tmpfs...OK
    Checking PROT_EXEC mmap in /dev/shm...OK
    Adding 10289152 bytes to physical memory to account for exec-shield gap
    Aborted (core dumped)

我在用着

linux-4.4.35

我用它编译的

gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

我可能应该使用一个包,但它在 ubuntu 16.04 中不可用

我正在逐字按照此处的说明进行操作。我使用了较新的 Linux 内核,因为 3.10 不能使用 GCC-5 编译

https://techoverflow.net/blog/2013/07/09/user-mode-linux-for-beginners-part-1-setup-and-first-vm/

相关内容