Windows 7/8/8.1 MBR Examination Part 2
The second (and the last so far) article about Master Boot Record and Windows boot process describes what the code stored in this special sector actually does. MBR Boot Code The boot code is executed in the real mode of the processor which implies non-flat addressing. Every address consists of two parts: segment and offset. […]