add WIP "netconsole" KDL add-on

Operating Systems / Haiku - Adrien Destugues [gmail.com] - 6 August 2016 13:29 UTC

Similar to Linux netconsole, this should send all debug output over UDP to the broadcast address. It can be listened to with netcat or similar tools. This could be an easy way to extract KDL info from a crashing machine when no serial ports are available.

Does not work yet, help welcome.

b4aed46 add WIP "netconsole" KDL add-on
src/add-ons/kernel/debugger/Jamfile | 1 +
src/add-ons/kernel/debugger/netconsole/Jamfile | 7 ++
.../kernel/debugger/netconsole/netconsole.cpp | 120 ++++++++++++++++++++
3 files changed, 128 insertions(+)

Upstream: cgit.haiku-os.org


  • Share