Merge branch 'master' into 'master'

Update README's debugging instructions

See merge request redox-os/kernel!113
This commit is contained in:
Jeremy Soller
2020-01-26 01:12:22 +00:00

View File

@@ -12,7 +12,7 @@ Running [qemu] with the `-s` flag will set up [qemu] to listen on port 1234 for
a [gdb] client to connect to it. To debug the redox kernel run.
```
make qemu debug=yes
make qemu gdb=yes
```
This will start a VM with and listen on port 1234 for a [gdb] or [lldb] client.