real-xinu / xkdb

Xinu Kernel DeBugger (xkdb) - GDB for Xinu backends
GNU General Public License v3.0
20 stars 9 forks source link

VM Vbox setup help #7

Closed astroC86 closed 2 years ago

astroC86 commented 2 years ago

Do the same procedures apply for the virtual machine appliances setup provided on the Purdue Website ? If not what steps could I look into to be able to get to get it to work?

PaulkaToast commented 2 years ago

This project is specifically for the xinu environment at Purdue. However, you could definitely reuse some of the components from here like the gdb stub, the way it would communicate with gdb would be different though.

astroC86 commented 2 years ago

Could you please provide pointers as to one such way I could explore, to communicate between the VMs?, as I am hoping to make it available for myself and peers for our OS implementation Course.

Thanks in advance