Date: Sun, 16 Apr 1995 03:12:18 -0700 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 locore.s Message-ID: <199504161012.DAA25972@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
davidg 95/04/16 03:12:17 Modified: sys/i386/i386 locore.s Log: Remove gratuitous waste of 2K of memory for BIOS variables. We never load the kernel at 0-640k; we haven't had the ability to do that since before 2.0R. Furthermore, I fail to see how putting an instruction at 0 and then doing a .org 0x500 is going to prevent the stuff from getting clobbered in the first place; a.out is just too stupid to know about sparse address spaces.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504161012.DAA25972>