diff options
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/multiboot/head.s (renamed from arch/x86/boot/multiboot/multiboot.s) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/boot/multiboot/multiboot.s b/arch/x86/boot/multiboot/head.s index e6e8c21..31051ff 100644 --- a/arch/x86/boot/multiboot/multiboot.s +++ b/arch/x86/boot/multiboot/head.s @@ -1,3 +1,4 @@ +# head.s - bootstrap the kernel # https://www.gnu.org/software/grub/manual/multiboot/multiboot.html .include "bare_multiboot.h" # the file is auto-generated |