Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/bootxx/bootxx_dosfs bootxx: bootstrap co...



details:   https://anonhg.NetBSD.org/src/rev/c49d3a9e0637
branches:  trunk
changeset: 545831:c49d3a9e0637
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Apr 16 22:27:35 2003 +0000

description:
bootxx: bootstrap code - installable by MI installboot.
Loads /boot using filesystem accesses (rather than a list of block numbers)

diffstat:

 sys/arch/i386/stand/bootxx/bootxx_dosfs/Makefile |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r 262db74854e5 -r c49d3a9e0637 sys/arch/i386/stand/bootxx/bootxx_dosfs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/bootxx/bootxx_dosfs/Makefile  Wed Apr 16 22:27:35 2003 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1 2003/04/16 22:27:35 dsl Exp $
+
+FS=dosfs
+
+.include <../Makefile.bootxx>



Home | Main Index | Thread Index | Old Index