./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では使用できません。
私はここの指示に従います。 3.10はGCC-5でコンパイルできないため、最新のLinuxカーネルを使用しています。
https://techoverflow.net/blog/2013/07/09/user-mode-linux-for-beginners-part-1-setup-and-first-vm/