This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OSXKVM project's ultimate goal is to upstream to run MacOSX from unadulterated and standard images on KVM. | |
# http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/ | |
# http://kashyapc.com/2014/03/10/notes-for-building-kvm-based-virtualization-components-from-upstream-git/ | |
# http://blog.ostanin.org/2014/02/11/playing-with-mac-os-x-on-kvm/ #ubuntu12.04, http://files.ostanin.org/2014/02/osx-kvm.tar.xz | |
# http://www.vpsee.com/2014/06/install-and-run-os-x-mavericks-with-kvm-under-linux/ #Verified on CentOS 6.5 with 3.x kernel | |
# kernel 3.10.0-* can be patched directly, no need kvm-kmod external module. | |
# http://git.kernel.org/cgit/virt/kvm/kvm.git/commit/?id=100943c54e0947a07d2c0185368fc2fd848f7f28 | |
# https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/?id=refs/tags/v3.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install util-linux | |
sudo blkid / | |
ls -l /dev/disk/by-uuid | |
sudo lshw | |
sudo lsusb | |
sudo lspci | |
sudo lsblk | |
sudo lspcmcia | |
sudo lsmod |