kern
diff src/boot/mboot.S @ 15:7f9af8cddc96
removed redundant zero-fill in multiboot header
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 05 Mar 2011 16:59:49 +0200 |
parents | b11a86695493 |
children | 2cbc2b922e49 |
line diff
1.1 --- a/src/boot/mboot.S Wed Feb 23 01:21:18 2011 +0200 1.2 +++ b/src/boot/mboot.S Sat Mar 05 16:59:49 2011 +0200 1.3 @@ -9,7 +9,6 @@ 1.4 .long MAGIC 1.5 .long FLAGS 1.6 .long -(MAGIC + FLAGS) /* checksum */ 1.7 - .fill 5, 4, 0 /* fill out the rest with zeroes */ 1.8 1.9 .globl kentry 1.10 kentry: