From 6c68a50dd4c6a4638db8686aa9628e4f0f6710c3 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 26 Aug 2008 11:30:02 +0000 Subject: [PATCH] - Add an ability to have VMWare video driver installed without inserting CD. Just copy 4 files (vmx_fb.dll, vmx_mode.dll, vmx_svga.sys and vmx_svga.inf) from VMWare Tools CD to your reactos/modules/windows directory and build a bootcd. You'll just need to choose a resolution and a bit depth in 2nd stage setup. svn path=/trunk/; revision=35667 --- reactos/boot/bootdata/packages/reactos.dff | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/boot/bootdata/packages/reactos.dff b/reactos/boot/bootdata/packages/reactos.dff index 51b23c557db..43283178f06 100644 --- a/reactos/boot/bootdata/packages/reactos.dff +++ b/reactos/boot/bootdata/packages/reactos.dff @@ -677,3 +677,7 @@ modules\wallpaper\lake.bmp 4 o ; Native libraries modules\windows\mfc42.dll 1 optional +modules\windows\vmx_fb.dll 1 optional +modules\windows\vmx_mode.dll 1 optional +modules\windows\vmx_svga.sys 2 optional +modules\windows\vmx_svga.inf 6 optional