Have a question about Master Boot
when OS start, it call Master Boot. Master Boot include Partition Entries.
Partition Entry has BootSector. And Boot Sector has system information and a code to load OS into memory, right?
I want to ask that What structure of this code? what language make it?
And how to add one by myself?
In addition, when OS load itself into RAM, What file it will load?
Give me an example when DOS load into RAM (and maybe Windows too)
Thanks
|