toddsharpe / MetalOS

Homebrew x64 OS written in C++ that runs Doom!
44 stars 1 forks source link

WindbgPreview cannot catch the pipe debugging info #14

Open aikuimail opened 1 year ago

aikuimail commented 1 year ago

Hi todd, I found my windbg cannot work well with the Hyper-V image for MetalOS, But the script named read_com1.ps1 works pretty good: image

Get-VMComPort -VMName MetalOS

VMName Name Path


MetalOS COM 1 \.\pipe\metalos_com1 MetalOS COM 2 \.\pipe\metalos_com2

aikuimail commented 1 year ago

I found that the Assert(!this->DeprecateAutoEOI()); in HyperV.cpp is not meet

toddsharpe commented 10 months ago

Hi @aikuimail , what Windows Version are you running? What happens when you comment out the assertion? I only tested it on Win10 and its hyperv

aikuimail commented 7 months ago

@toddsharpe Hi tod,My version is win10 22H2, it's a nice project, awesome