# FeatherweightVirtualMachine **Repository Path**: zdiskless/FeatherweightVirtualMachine ## Basic Information - **Project Name**: FeatherweightVirtualMachine - **Description**: An OS-level container which virtualizes Windows' file system, registry, kernel, and network communication. - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Featherweight Virtual Machine This repo is a mirror of the [Featherweight Virtual Machine project hosted at Sourceforge](http://sourceforge.net/projects/fvm-rni/). Featherweight Virtual Machine (FVM) is an OS-level virtual machine for Windows 2000 and XP. FVM virtualizes Windows' file system, registry, kernel object, and network communication. ## Building Building FVM requires the following: * Microsoft Visual Studio 6 with VC++ compiler * Microsoft Detours Express 2.1 * Microsoft Windows Driver Kit (WDK) ## License Both the original FVM project and all of my modifications are released under the GNU General Public License version 2.0 (GPLv2).