|
|
发表于 2005-8-22 19:01:15
|
显示全部楼层
Post by wheatfish
我想问一下中间那个makeactive 是什么意思,以前都没有这个参数的??
First line: the title for selection
second line: specify the boot partition for windows
third line: activate the bootable flag of the partition
forth line: load the content of the boot sector into memory, to execute the code of boot sector. these code will be used as kernel loader to look for and load the windows kernel into memory. This is so-called "chain loader technique".
for Unix/Linux system, boot sector is of no too much use, GRUB can look for the kernel and load the kernel directly. but it can not load windows kernel into memory, so GRUB will load the boot loader of windows into memory, then let it to load windows. this is why " chain loader +1"
may be misleading, I am also newbie to gentoooooooo. |
|