I have written the GDB remote debugging layer on my OS and I would like to debug. I'd like to debug it when I run it in Bochs, with the emulator and the debugger on the same host.
I know I could use a null-modem serial cable, but is there any other way? Maybe PTYs/TTYs or FIFOs....
Thanks