mirror of
https://github.com/reactos/Release_Engineering.git
synced 2024-11-26 21:30:31 +00:00
- Finally update to a newer QEMU build (0.13.0) and change the template accordingly
- Add at least a Readme file for VBox - Set the network mode to "NAT" for the VMware template svn path=/trunk/Release Engineering/; revision=1268
This commit is contained in:
parent
ec4cdc31ee
commit
0da22000cd
@ -11,11 +11,9 @@ Windows users
|
||||
--------------
|
||||
To start the preinstalled ReactOS version, just execute the "boot.bat" file.
|
||||
|
||||
You can improve the speed of this virtual machine by installing Kqemu.
|
||||
It is available at http://www.h7.dion.ne.jp/~qemu-win (Section "Accelerators")
|
||||
|
||||
If you want to access files of the virtual hard disk, download and install VDK
|
||||
from http://chitchat.at.infoseek.co.jp/vmware/vdk.html
|
||||
If you want to access files of the virtual hard disk, download and install the
|
||||
VMware DiskMount Utility from
|
||||
http://downloads.vmware.com/d/details/disk_mount_utility_5_5_driver_tools.
|
||||
This tool allows you to mount the virtual hard disk in your Windows system.
|
||||
|
||||
|
||||
@ -28,9 +26,6 @@ the "ReactOS.vmdk" file and execute the following command:
|
||||
|
||||
qemu -m 128 -hda ReactOS.vmdk
|
||||
|
||||
You can improve the speed of the virtual machine by installing the appropriate
|
||||
Kqemu package for your system.
|
||||
|
||||
If you want to access and modify files of the virtual hard disk, you have to
|
||||
convert it to the "raw" format.
|
||||
To convert it, execute the following commands in the directory containing the
|
||||
|
@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
cd files
|
||||
qemu -L . -m 128 -hda ReactOS.vmdk -serial file:CON
|
||||
qemu -L . -m 128 -hda ReactOS.vmdk -net nic,model=ne2k_pci -net user -serial file:CON
|
@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
cd files
|
||||
qemu -L . -m 128 -hda ReactOS.vmdk -cdrom ReactOS.iso -boot d
|
||||
qemu -L . -m 128 -hda ReactOS.vmdk -net nic,model=ne2k_pci -net user -cdrom ReactOS.iso -boot d
|
9
VM-Templates/VBox/Readme.txt
Normal file
9
VM-Templates/VBox/Readme.txt
Normal file
@ -0,0 +1,9 @@
|
||||
ReactOS Preinstalled on a VirtualBox Virtual Machine
|
||||
=====================================================
|
||||
|
||||
This package contains a preinstalled ReactOS version on a VirtualBox virtual
|
||||
machine. You need VirtualBox from http://www.virtualbox.org to use it.
|
||||
|
||||
If you want to access files of the virtual hard disk, Windows users can get
|
||||
the VMware DiskMount Utility available from
|
||||
http://downloads.vmware.com/d/details/disk_mount_utility_5_5_driver_tools/JSpiZGR0cGJkd2U=
|
@ -14,14 +14,9 @@ ide1:0.deviceType = "cdrom-image"
|
||||
|
||||
Ethernet0.present = "TRUE"
|
||||
Ethernet0.addressType = "generated"
|
||||
Ethernet0.connectionType = "nat"
|
||||
Ethernet0.generatedAddress = "00:0c:29:7c:4c:8b"
|
||||
Ethernet0.generatedAddressOffset = "0"
|
||||
uuid.action = "create"
|
||||
uuid.location = "56 4d 0e c2 bf 9a 5a bd-fa 1c 5e 1f d6 6e eb f7"
|
||||
uuid.bios = "56 4d 0e c2 bf 9a 5a bd-fa 1c 5e 1f d6 6e eb f7"
|
||||
|
||||
usb.present = "FALSE"
|
||||
|
||||
ide0:0.deviceType = "ata-hardDisk"
|
||||
priority.grabbed = "normal"
|
||||
priority.ungrabbed = "normal"
|
||||
|
@ -11,10 +11,9 @@ ide0:0.fileName = "ReactOS.vmdk"
|
||||
|
||||
Ethernet0.present = "TRUE"
|
||||
Ethernet0.addressType = "generated"
|
||||
Ethernet0.connectionType = "nat"
|
||||
Ethernet0.generatedAddress = "00:0c:29:7c:4c:8b"
|
||||
Ethernet0.generatedAddressOffset = "0"
|
||||
uuid.action = "create"
|
||||
uuid.location = "56 4d f3 82 2e e6 c2 57-a8 3d d3 58 af 7c 4c 8b"
|
||||
uuid.bios = "56 4d f3 82 2e e6 c2 57-a8 3d d3 58 af 7c 4c 8b"
|
||||
|
||||
usb.present = "FALSE"
|
@ -5,6 +5,6 @@ This package contains a preinstalled ReactOS version on a VMware virtual
|
||||
machine. You need a VMware product from http://www.vmware.com to use it.
|
||||
|
||||
If you want to access files of the virtual hard disk, you can use the
|
||||
"vmware-mount" utility bundled with some VMware products.
|
||||
Windows users can also use VDK from
|
||||
http://chitchat.at.infoseek.co.jp/vmware/vdk.html
|
||||
VMware DiskMount Utility bundled with some VMware products.
|
||||
It is also available as a separate download at
|
||||
http://downloads.vmware.com/d/details/disk_mount_utility_5_5_driver_tools/JSpiZGR0cGJkd2U=
|
Loading…
Reference in New Issue
Block a user