Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   jhawk
Date:           Sun May 21 16:29:15 UTC 2000

Modified Files:
        syssrc/sys/arch/i386/stand/biosboot: Makefile
        syssrc/sys/arch/i386/stand/lib/crt/bootsect: start_bootsect.S

Log Message:
This change courtesy of Charles Hannum <root%ihack.net@localhost>.  This
addresses the problems seen by Jason Thorpe <thorpej%netbsd.org@localhost> and
Erik Berls <cyber%netbsd.org@localhost> necessitating rev 1.20 of
biosboot/main.c.

Move BOOTSEG from 0x100 to 0x1000.
Move heap from 0x10000 to 0x20000.

XXXXXXXX

This is a Kluge From Hell to allow boot blocks to grow a little larger
without diskbuf[] crossing a 64k boundary.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/i386/stand/biosboot/Makefile
cvs rdiff -r1.17 -r1.18 \
    syssrc/sys/arch/i386/stand/lib/crt/bootsect/start_bootsect.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index