Found this awesome OSDev Video on Youtube

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
nerdguy
Member
Member
Posts: 70
Joined: Wed Oct 30, 2013 8:11 am

Found this awesome OSDev Video on Youtube

Post by nerdguy »

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]
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
User avatar
iansjack
Member
Member
Posts: 4683
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Found this awesome OSDev Video on Youtube

Post by iansjack »

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.
Post Reply