Date: Fri, 25 Sep 2009 17:56:32 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/x86bios x86bios.c x86bios.h Message-ID: <200909251756.n8PHupDs054837@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2009-09-25 17:56:32 UTC FreeBSD src repository Modified files: sys/compat/x86bios x86bios.c x86bios.h Log: SVN rev 197493 on 2009-09-25 17:56:32Z by jkim - Reduce BIOS memory mapping. We want 1MB of physical memory, not 12MB[1]. - Remove CS and IP registers from x86bios.h. They have no use for us. - Adjust register dump to make it little bit more useful for debugging. Submitted by: paradox (ddkprog yahoo com)[1] (initial version) Revision Changes Path 1.4 +9 -7 src/sys/compat/x86bios/x86bios.c 1.3 +3 -7 src/sys/compat/x86bios/x86bios.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909251756.n8PHupDs054837>