diff options
author | flipk <flipk@cvs.openbsd.org> | 1997-07-30 19:40:59 +0000 |
---|---|---|
committer | flipk <flipk@cvs.openbsd.org> | 1997-07-30 19:40:59 +0000 |
commit | d3cae76cddc4f4a859541d25e0fa08663a1ae03c (patch) | |
tree | 6319a54ea0ce67a43eaa1faa4d70969727484a6b /sys/arch/i386/stand/biosboot | |
parent | 20ada772741281fa167fa1943ed3757cf6081f1f (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.S | 4 |
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 |