Oh okay.. ill go have a look at them.. I dont really get what point having an emulator is though when ive got the real thing next to me and it takes like 30 seconds to copy onto a disk, boot, and stuff..
Running this in an emulator is much safer then real hardware. Please see <a href="
http://www.brokenthorn.com/Resources/OS ... ">Tutorial 9</a>, Under the section <b>Cautions to look for</b> for more information.
Also, emulators (Like Bochs) may come with debuggers to help catch these problems
ust when I boot with the c++ tutorial it loads stage2, prints "Searching for Operating System..." to the screen and then triple faults..
Hm... It sounds like there is a problem loading the kernel, or executing it.
When you compile the MSVC++ Kernel, have it output a linker map. This way we can insure the entry point is where it should be, as well as other base addresses.
^This is the only difference between the two tutorials. As the previous version works, I suspect the problem is one of these areas.