Re: A problem in my self-made boot loader
Posted: Tue Jun 10, 2014 2:47 pm
No, everything works as before.
Operating system installers should typically not alter the behaviour of the MBR code, and should only access the MBR to modify the partition table (if necessary). The purpose of the MBR is solely to load and execute the VBR for the active partition. In the case of Windows, the VBR loads some more sectors which in turn load NTLDR or BOOTMGR. Both NTLDR and BOOTMGR allow for booting another operating system via their menus, by loading a program to 7C00h or D000h.
Operating system installers should typically not alter the behaviour of the MBR code, and should only access the MBR to modify the partition table (if necessary). The purpose of the MBR is solely to load and execute the VBR for the active partition. In the case of Windows, the VBR loads some more sectors which in turn load NTLDR or BOOTMGR. Both NTLDR and BOOTMGR allow for booting another operating system via their menus, by loading a program to 7C00h or D000h.