grub stage1.5代码位于磁盘中的哪个位置?

时间:2012-06-24 23:19:18

标签: bootloader stage grub

我正在尝试编写一个将加载GRUB stage1.5的stage1引导加载程序。那么它的代码到底在哪里呢?我怎么知道它有多大(所以我知道需要读多少字节)?

1 个答案:

答案 0 :(得分:1)

回答你的问题就在这里:http://en.wikipedia.org/wiki/GNU_GRUB#Boot_process(对于GRUB和GRUB2引导加载程序)。