summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/biosboot
diff options
context:
space:
mode:
authorflipk <flipk@cvs.openbsd.org>1997-07-30 19:40:59 +0000
committerflipk <flipk@cvs.openbsd.org>1997-07-30 19:40:59 +0000
commitd3cae76cddc4f4a859541d25e0fa08663a1ae03c (patch)
tree6319a54ea0ce67a43eaa1faa4d70969727484a6b /sys/arch/i386/stand/biosboot
parent20ada772741281fa167fa1943ed3757cf6081f1f (diff)
mickey has pieces he has not committed.
if he puts the tree in an unbuildable state again.. anyway, all these problems came from the fact that etc/genassym.cf wasn't even being used, and assym.h is where key defines were supposed to be coming from. now we actually include etc/genassym.cf in the genassym.sh processing, and remove the #includes i had in place to work around it. now if mickey had committed machine/biosvar.h, etc/Makefile, and these asm files all at the same time, there wouldn't have been a problem....
Diffstat (limited to 'sys/arch/i386/stand/biosboot')
-rw-r--r--sys/arch/i386/stand/biosboot/biosboot.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S
index 3737def369b..5c702201274 100644
--- a/sys/arch/i386/stand/biosboot/biosboot.S
+++ b/sys/arch/i386/stand/biosboot/biosboot.S
@@ -1,10 +1,8 @@
-/* $OpenBSD: biosboot.S,v 1.11 1997/07/29 16:48:38 flipk Exp $ */
+/* $OpenBSD: biosboot.S,v 1.12 1997/07/30 19:40:45 flipk Exp $ */
.file "bootbios.S"
#include <machine/asm.h>
-#include <machine/param.h>
-#include <machine/specialreg.h>
#define _LOCORE
#include <machine/segments.h>
#undef _LOCORE