This is just amazing, This guy is Debugging an OS from Visual Studio to a Real PC.
VS Start the Slave PC, and then you can use breakpoints,stepping and other debugging features, ON
A REAL PC. I believe it's through PXE, But Not sure,
Anyways here's the Video:
Link: http://www.youtube.com/watch?v=d_1Bup3TR_M
http://www.youtube.com/watch?v=d_1Bup3TR_M[/youtube]
Found this awesome OSDev Video on Youtube
Found this awesome OSDev Video on Youtube
When you say, "I wrote a program that crashed Windows," people just stare at you blankly and say, "Hey, I got those with the system, for free." - Linus Torvalds
64 bit Kernel in early development
http://github.com/nerdguy12/core64
64 bit Kernel in early development
http://github.com/nerdguy12/core64
Re: Found this awesome OSDev Video on Youtube
Remote debugging is fairly standard stuff. You can also do it using gdb on Linux or OS X. In essence this is what you are doing when you debug a qemu machine with gdb.