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/lib Add functions needed by new boot code
details: https://anonhg.NetBSD.org/src/rev/024732bc2482
branches: trunk
changeset: 545832:024732bc2482
user: dsl <dsl%NetBSD.org@localhost>
date: Wed Apr 16 22:30:40 2003 +0000
description:
Add functions needed by new boot code
diffstat:
sys/arch/i386/stand/lib/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c49d3a9e0637 -r 024732bc2482 sys/arch/i386/stand/lib/Makefile
--- a/sys/arch/i386/stand/lib/Makefile Wed Apr 16 22:27:35 2003 +0000
+++ b/sys/arch/i386/stand/lib/Makefile Wed Apr 16 22:30:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/01/23 21:22:25 jdolecek Exp $
+# $NetBSD: Makefile,v 1.22 2003/04/16 22:30:40 dsl Exp $
S?= ${.CURDIR}/../../../../
@@ -22,6 +22,8 @@
SRCS+= pread.c menuutils.c parseutils.c
SRCS+= bootinfo.c bootinfo_biosgeom.c bootinfo_memmap.c
SRCS+= startprog.S panic.c
+SRCS+= biosgetsystime.S
+SRCS+= realprot.S message.S dump_eax.S pvcopy.S putstr.S
.if (${I386_INCLUDE_DISK} == "yes")
SRCS+= biosdisk.c biosdisk_ll.c bios_disk.S
.endif
Home |
Main Index |
Thread Index |
Old Index