mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
Update Running.md
This commit is contained in:
parent
027b837fdf
commit
4e2ebbfe40
1 changed files with 8 additions and 8 deletions
|
|
@ -6,15 +6,14 @@ can simply fall back to ISO which should work with any environment.
|
|||
### ISO
|
||||
|
||||
The ISO option creates an ISO image of the Cosmos output. This ISO file can be
|
||||
mounted and booted by most virtualization technologies. In addition a physical
|
||||
mounted and booted by most virtualization technologies. In addition, a physical
|
||||
optical disk can be burned and used to boot physical hardware.
|
||||
|
||||
### VMWare Workstation
|
||||
### VMWare Workstation/Player
|
||||
|
||||
WMWare Workstation and VMWare Player are the preferred testing environments
|
||||
for Cosmos. This is because they are stable, reliable, and easily controlled
|
||||
by the Cosmos Visual Studio integration package. This second point provides
|
||||
for a seemless development and debugging process.
|
||||
by the Cosmos Visual Studio integration package. This allows for easy debugging and code execution control.
|
||||
|
||||
VMWare Workstation is not free, however VMWare Player is. VMWare Player for
|
||||
the typical Cosmos developer provides more than enough functionality.
|
||||
|
|
@ -29,19 +28,20 @@ VMWare Player can be downloaded [ here](http://vmware.com/download/player/).
|
|||
|
||||
### QEMU
|
||||
|
||||
_place_holder;
|
||||
Not officially supported at this time, but can be done. Just use the ISO option above with debugging turned off.
|
||||
|
||||
Bochs
|
||||
|
||||
_place_holder;
|
||||
Support is underway.
|
||||
|
||||
PXE
|
||||
|
||||
_place_holder;
|
||||
For PXE, no special software is required. Only an ethernet connection to your router. However, if you have a computer that does not support network booting, or if you must perform the action over WiFi, you may need to look at a PXE chainloader such as [gPXE](#).
|
||||
|
||||
Virtual PC
|
||||
|
||||
_place_holder;
|
||||
Not officially supported at this time, but can be done. Just use the ISO option above with debugging turned off.
|
||||
|
||||
Hyper-V
|
||||
|
||||
Not supported at this time.
|
||||
|
|
|
|||
Loading…
Reference in a new issue