Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 05/21/2000 09:29:15
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>. This
addresses the problems seen by Jason Thorpe <thorpej@netbsd.org> and
Erik Berls <cyber@netbsd.org> 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.