Now that ramdisk is used, booting from floppy does not wait for floppy change.
Do not force real mode for booting, this disables caches on certain machines.
use the freshly build hack-obj, do not require "." in the current path.
-/* $OpenBSD: boot.c,v 1.4 1997/02/06 23:44:56 rahnds Exp $ */
+/* $OpenBSD: boot.c,v 1.5 1997/04/01 21:01:42 rahnds Exp $ */
/* $NetBSD: boot.c,v 1.2 1996/10/07 21:43:02 cgd Exp $ */
/*
}
#endif
close(fd);
+#if 0
if (floppyboot) {
printf("Please insert root disk and press ENTER ");
getchar();
printf("\n");
}
+#endif
chain((void *)exec_addr, args);
}
-# $OpenBSD: Makefile,v 1.1 1997/02/18 22:36:41 rahnds Exp $
+# $OpenBSD: Makefile,v 1.2 1997/04/01 21:01:48 rahnds Exp $
# $NetBSD: Makefile,v 1.1 1996/09/30 16:35:05 ws Exp $
R= ..
$(PROG): $(OBJS) $(LIBS) hack-coff
$(LD) $(LDFLAGS) $(OBJS) $(LIBS) -o ${.TARGET}
${OBJCOPY} ${OBJCOPY_ARGS} ${.TARGET}
- hack-coff ${.TARGET}
+ ${.OBJDIR}/hack-coff ${.TARGET}
# ${MAKEELF} $(REAL_VIRT) a.out $(.TARGET)
hack-coff: hack-coff.c
-# $OpenBSD: Makefile,v 1.3 1997/02/18 22:35:31 rahnds Exp $
+# $OpenBSD: Makefile,v 1.4 1997/04/01 21:01:45 rahnds Exp $
# $NetBSD: Makefile,v 1.1 1996/09/30 16:35:05 ws Exp $
R= ..
STRIP=
MAKEELF= makeelf
BINDIR= /usr/mdec
-OBJS+= note.o
+#OBJS+= note.o
LIBS!= cd $(.CURDIR)/$(R); $(MAKE) libdep