./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)
Estou usando
linux-4.4.35
que eu compilei usando
gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
É possível que eu esteja usando um pacote, mas ele não está disponível no Ubuntu 16.04
Estou seguindo as instruções daqui, literalmente. Eu usei um kernel linux mais novo, já que o 3.10 não compila com o GCC-5
Tags user-mode-linux