Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
memN0ps committed Nov 28, 2023
1 parent 312ff6f commit 949b1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ This project is a Rust-based research hypervisor (type-2) for Intel VT-x virtual
- **Windows Boot Debugging**: Enable debugging for key Windows components - Boot Manager, Boot Loader, and Kernel. This setup triggers a debugger break at three critical startup stages. For detailed instructions, see [Windows Hardware Drivers documentation](https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--bootdebug):

```powershell
bcdedit.exe /bootdebug {bootmgr} on
bcdedit.exe /bootdebug on
bcdedit.exe /debug on
bcdedit.exe /bootdebug {bootmgr} on
bcdedit.exe /bootdebug on
bcdedit.exe /debug on
```

### Network Debugging with Windbg
Expand Down

0 comments on commit 949b1fd

Please sign in to comment.