# HG changeset patch # User Pascal Bellard # Date 1271154620 -7200 # Node ID a2cb144efd42e5cf714bfcd2a7ad731cae5a103d # Parent 5924ec6bb02f9815b201b697a4c960b55704ad4c linux/boot: fix noinitramfs case diff -r 5924ec6bb02f -r a2cb144efd42 linux/stuff/linux-header-2.6.30.6.u --- a/linux/stuff/linux-header-2.6.30.6.u Mon Apr 12 22:30:38 2010 +0200 +++ b/linux/stuff/linux-header-2.6.30.6.u Tue Apr 13 12:30:20 2010 +0200 @@ -169,9 +169,10 @@ +ksyssize = 500 + orw $0x80FF, type_of_loader-ksyssize(%di) # loader type = 0xFF + movw $stacktop-0x200, heap_end_ptr-ksyssize(%di) -+ movb $0x0F, %al # destination = 0x100000 ++ movb $0x10, %al # destination = 0x100000 + movb $5, %cl +initrdlp: ++ decw %ax + movb $0x93,%ah + movw %ax, 28(%si) # bootsect_dst_base+2 + movb $(SYSSEG/4096), %al # source = SYSSEG @@ -208,7 +209,6 @@ + popf + ja syslp + movw ramdisk_image+2,%ax -+ decw %ax + movw $ramdisk_size,%di + movb $9, %cl + cmpb %al,28(%si) diff -r 5924ec6bb02f -r a2cb144efd42 linux/stuff/linux-header-2.6.33.2.u --- a/linux/stuff/linux-header-2.6.33.2.u Mon Apr 12 22:30:38 2010 +0200 +++ b/linux/stuff/linux-header-2.6.33.2.u Tue Apr 13 12:30:20 2010 +0200 @@ -169,9 +169,10 @@ +ksyssize = 500 + orw $0x80FF, type_of_loader-ksyssize(%di) # loader type = 0xFF + movw $stacktop-0x200, heap_end_ptr-ksyssize(%di) -+ movb $0x0F, %al # destination = 0x100000 ++ movb $0x10, %al # destination = 0x100000 + movb $5, %cl +initrdlp: ++ decw %ax + movb $0x93,%ah + movw %ax, 28(%si) # bootsect_dst_base+2 + movb $(SYSSEG/4096), %al # source = SYSSEG @@ -208,7 +209,6 @@ + popf + ja syslp + movw ramdisk_image+2,%ax -+ decw %ax + movw $ramdisk_size,%di + movb $9, %cl + cmpb %al,28(%si)