Subject: CVS commit: src/sys/arch/i386/stand/lib
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/08/2003 23:09:38
Module Name:	src
Committed By:	dsl
Date:		Sat Mar  8 21:09:38 UTC 2003

Modified Files:
	src/sys/arch/i386/stand/lib: bios_disk.S

Log Message:
Don't trust %bp to point to same place in real and protected modes.
prot_to_real preserves %ebp but changes %ss and %sp.
(ok if real %ss is offset n*64k from protected %ss - which it has been)


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/i386/stand/lib/bios_disk.S

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