我正在检查 GNU GRUB 源代码,在/grub-core/boot/i386/pc/*.S文件中,有很多.=标记。这是/grub-core/boot/i386/pc/boot.S文件中的一个(第 409-414 行):
/*
* Windows NT breaks compatibility by embedding a magic
* number here.
*/
. = _start + GRUB_BOOT_MACHINE_WINDOWS_NT_MAGIC
我想知道的是什么.=意思。