wok rev 15273
linux: remove duplicate bootsect_start label
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 16:04:47 2013 +0000 (2013-09-25) |
parents | b3adb464f82d |
children | ce30dcb0675a |
files | linux/stuff/linux-header.u |
line diff
1.1 --- a/linux/stuff/linux-header.u Wed Sep 25 13:23:35 2013 +0000 1.2 +++ b/linux/stuff/linux-header.u Wed Sep 25 16:04:47 2013 +0000 1.3 @@ -58,7 +58,7 @@ 1.4 +stacktop = 0x9E00 # in 0x8000 .. 0xA000 1.5 + decw %bp // Magic number: MZ 1.6 + popw %dx 1.7 -+ jmp start // Bytes on last page of file 1.8 ++ jmp fdstart // Bytes on last page of file 1.9 + .word (CODESZ+511)/512 // Pages in file 1.10 + .word 0 // Relocations 1.11 + .word 2 // Size of header in paragraphs 1.12 @@ -78,7 +78,7 @@ 1.13 + .word 0xA33F 1.14 + .word stacktop 1.15 +#endif 1.16 -+start: 1.17 ++fdstart: 1.18 + pushw %dx 1.19 +#endif 1.20 1.21 @@ -98,7 +98,7 @@ 1.22 +#define LOADSZ 0x8000 1.23 1.24 - movw $bugger_off_msg, %si 1.25 -+bootsect_start: 1.26 ++oldstart: 1.27 + cld # assume nothing 1.28 +stacktop = 0x9E00 # in 0x8000 .. 0xA000 1.29 +zeroed = 48+12 # gdt + zeroed registers