Skip to content

sunxu/user-mode-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user mode linux

Install

wget https://github.com/sunxu/vde2-2.3.2/archive/master.zip
./configure && make && sudo make install

wget https://github.com/sunxu/linux-4.4/archive/master.zip
make ARCH=um defconfig
./scripts/kconfig/merge_config.sh -m .config ../um_defconfig
sed -i "s/-lutil -lrt/-lutil -lrt -lpthread/g" scripts/link-vmlinux.sh
LIBRARY_PATH=/usr/local/lib make ARCH=um V=1 -j 4

Run

./startup

GDB

echo "set auto-load safe-path /" >> ~/.gdbinit
yum -y install yum-utils
debuginfo-install -y glibc-2.17-105.el7.x86_64
gdb -p `pgrep linux | head -n 1`

License

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published