mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 02:28:09 +02:00
VMWare - Configure a Serial Port via Named Pipe for Kernel Debugging
This commit is contained in:
@@ -32,15 +32,15 @@
|
|||||||
Title=VMware
|
Title=VMware
|
||||||
Author=Homes32
|
Author=Homes32
|
||||||
Description=Run your ISO in VMware Player/Workstation
|
Description=Run your ISO in VMware Player/Workstation
|
||||||
Version=1.1.3.0
|
Version=1.1.4.0
|
||||||
Level=9
|
Level=9
|
||||||
Selected=False
|
Selected=False
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
NoWarning=False
|
NoWarning=False
|
||||||
Date=2024-06-28
|
Date=2025-02-08
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%VMPath%=%ProjectTemp%\VMware
|
%VMPath%="%ProjectTemp%\VMware"
|
||||||
%VMCfg%="%VMPath%\%ProjectTitle%.vmx"
|
%VMCfg%="%VMPath%\%ProjectTitle%.vmx"
|
||||||
|
|
||||||
[Process]
|
[Process]
|
||||||
@@ -214,6 +214,12 @@ Else,Halt,"INTERNAL LOGIC ERROR: No configuration has been defined for Firmware
|
|||||||
// Trusted Platform Module (TPM) - This setting is not available in VMWare Player Pref. -- We should check and make sure Firmware is UEFI...)
|
// Trusted Platform Module (TPM) - This setting is not available in VMWare Player Pref. -- We should check and make sure Firmware is UEFI...)
|
||||||
If,%cb_EnableTPM%,Equal,True,TxtAddLine,%VMCfg%,"managedvm.autoAddVTPM = #$qsoftware#$q",Append
|
If,%cb_EnableTPM%,Equal,True,TxtAddLine,%VMCfg%,"managedvm.autoAddVTPM = #$qsoftware#$q",Append
|
||||||
|
|
||||||
|
// Configure a Serial Port via Named Pipe for Kernel Debugging
|
||||||
|
TxtAddLine,%VMCfg%,"serial0.fileType = #$qpipe#$q",Append
|
||||||
|
TxtAddLine,%VMCfg%,"serial0.fileName = #$q\\.\pipe\PhoenixPE#$q",Append
|
||||||
|
TxtAddLine,%VMCfg%,"serial0.yieldOnMsrRead = #$qTRUE#$q",Append
|
||||||
|
TxtAddLine,%VMCfg%,"serial0.present = #$qTRUE#$q",Append
|
||||||
|
|
||||||
// Shared Folder
|
// Shared Folder
|
||||||
If,Not,%cmb_SharedFolder%,Equal,Disabled,Begin
|
If,Not,%cmb_SharedFolder%,Equal,Disabled,Begin
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user