X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/9b8c947be2d07e7c5006a92127e58b6022718cbd..18a0d8bbdf5091d39ce852c03a2a35000e1e0760:/grubload/multiboot_asm.S diff --git a/grubload/multiboot_asm.S b/grubload/multiboot_asm.S index 77eb4e0..c7fd794 100644 --- a/grubload/multiboot_asm.S +++ b/grubload/multiboot_asm.S @@ -1,3 +1,13 @@ +/* multiboot_asm.S + * Multiboot header + * NetWatch multiboot loader + * + * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. + * This program is free software; you can redistribute and/or modify it under + * the terms found in the file LICENSE in the root of this source tree. + * + */ + .globl _start _start: @@ -16,6 +26,7 @@ multiboot_entry: call c_start hang: jmp hang + .section .bss .align 4 _stack: .space 16384