X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fbootsect.S;h=4b38aaa06cf2d4281307c31b1c2f758eccb5dfe6;hb=0f217ef3ad1fac5433d8fac928938afe36954a9b;hp=77e5b45542fe06a5bcbb525d3795e0439b36e8ea;hpb=23c77cc092dbbb1e12c47c2b0021d4476b543702;p=rrq%2Fmaintain_lilo.git diff --git a/src/bootsect.S b/src/bootsect.S index 77e5b45..4b38aaa 100644 --- a/src/bootsect.S +++ b/src/bootsect.S @@ -1,9 +1,11 @@ ! -! bootsect.s Copyright (C) 1991, 1992 Linus Torvalds +! bootsect.s +! Copyright (C) 1991, 1992 Linus Torvalds +! ! modified by Drew Eckhardt ! modified by Bruce Evans (bde) -! modified by John Coffman for LILO disk.b diagnostic (27-Mar-2000) -! (09-Mar-2001) +! modified by John Coffman (2000, 2001) +! modified by Joachim Wiedorn (2011) ! ! ! bootsect.s is loaded at 0x7c00 by the bios-startup routines, and moves @@ -36,7 +38,7 @@ BOOTSEG = 0x07C0 ! original address of boot-sector INITSEG = 0x9000 ! we move boot here - out of the way SETUPSEG = INITSEG+0x20 ! setup starts here SYSSEG = 0x1000 ! system loaded at 0x10000 (65536). -MAX_SETUPSECS = 31 ! same as lilo.h +MAX_SETUPSECS = 63 ! same as lilo.h (for kernel >= 2.4.0) STK_SIZE = MAX_SETUPSECS*512+512 ! 0x4000 #ifndef SIZEKRNL