Recent content by serialuser

  1. S

    Can't have SMEP processor capability in VMs

    Hi, Thanks for your answer. In fact I had tried the "host" type before, but noticed : - smep was enabled (good) - kaslr is disabled (does not make any sense... its an OS feature not a processor one). So i wanted to use another processor to have everything running as in real life.
  2. S

    Can't have SMEP processor capability in VMs

    Hi there, I'm using proxmox for Windows kernel debugging. SMEP (Supervisor Mode Execution Prevention) is enabled by default on Windows since a long time ago. My host supports SMEP, but I can't manage to have a Windows VM under proxmox that has SMEP turned on. Therefore, my VM's don't have the...
  3. S

    Two windows guests communicating via serial console (COMn)

    socat. Brillant idea. It works like a charm, thanks !
  4. S

    Two windows guests communicating via serial console (COMn)

    Hi, My objective is to use one windows guest as a windows 10 kernel debugger (windbg is what i am using), and another one as debuggee (also Windows 10), I can't manage to make this work under (latest, just installed) proxmox. The standard setup is to have COM port of debugger redirected to a...