27.07.2016 10:15, Habeeb P пишет: > Hi > I am reading through Linux booting process. > While reading one article, it mention that boot loader loads real mode > kernel code below 640K and the actual physical address ( below 640K) > depends upon boot loader. > So my question is, > If I am using GRUB as boot loader then, what is the starting physical > address of real mode kernel? >
It is dynamically assigned at run time. GRUB allocates it below 640K based on information about available memory. _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
