./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
사용해야 할 패키지가 있지만 우분투 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/